Skip to content

Releases: django-tenants/django-tenants

v3.0.2

15 Apr 14:20
Compare
Choose a tag to compare

Fixed #322 You can now clone a tenants with the clone_tenant command
Fixed some issues with docker-compose and the example project
Fixed #325 Refactor some classes/methods

v3.0.1

17 Feb 20:02
e71b037
Compare
Choose a tag to compare
Merge pull request #340 from adnathanail/patch-1

Make "test login" add tenant to request

v3.0.0

09 Jan 22:04
Compare
Choose a tag to compare
  • Django 3 support
  • Removed psycopg2 as a requirement #317
  • Changed docker image to python 3.7 image
  • Do not pip install --quiet while testing
  • Added database support to validate schemas #312
  • allow to disable new coloring of tenant app in admin #272

Fixes

  • Fixed an issue where tenant-specific application static files (stylesheets, Javascript, images etc.), that have not been collected yet using collectstatic_schemas, were not being found using TenantStaticFilesStorage. Fixes #265 <https://github.com/tomturner/django-tenants/issues/265>_.
  • Fix a crash (ProgrammingError) when attempting to create a schema named like a SQL keyword (select, where, ...)
    Allow to create a tenant named with only numbers (123). #302 #307

v2.2.3

16 Apr 19:20
Compare
Choose a tag to compare

Fixes

  • Fixed an issue in setup.py to allow different colour of tenant apps in the admin area. Should now work with PyPi.

v2.2.2

15 Apr 19:15
c870b64
Compare
Choose a tag to compare

Fixes

  • Fixed an issue with the different colour of tenant apps in the admin area. [#261]

v2.1.1

15 Apr 15:52
3af9ccb
Compare
Choose a tag to compare

Fixes

  • Fixed an issue with the different colour of tenant apps in the admin area. [#261]

v2.2.0

14 Apr 19:54
3563865
Compare
Choose a tag to compare

Fixes

  • TenantFileSystemStorage now works [#249]

Enhancements

  • support django>=2.2 [#238]
  • TenantAdminMixin is available in order to register the tenant model. [#223]
  • Admin site: highlight with a different colour the tenant apps. [#227]
  • Admin site: disable the tenant apps when in the public schema. [#227]
  • Custom auth backend compatibility for TenantClient. [#228]
  • Switch to psycopg2 dependency rather than psycopg2-binary[#239]

v2.1.0

31 Dec 22:26
110fe79
Compare
Choose a tag to compare

Added Django 2.1 Support

More notes to follow

v2.0.0

22 Dec 23:04
Compare
Choose a tag to compare

Django version 2 support. This version doesn't work with any of the Django 1 version

V1.3.4: Merge pull request #144 from radwon/ticket_140

22 Dec 22:48
f088d3c
Compare
Choose a tag to compare
  • TEMPLATE_CONTEXT_PROCESSORS deprecated …
  • Use correct schema_name on django 1.11 introspection
  • Add percent progress to migration output
  • Fix django 1.9 and 1.10 problem with the old commands