django-tenants

Django tenants using PostgreSQL Schemas

MIT License

Downloads
118.9K
Stars
1.3K
Committers
96

Bot releases are visible (Hide)

django-tenants - v3.0.2

Published by tomturner over 4 years ago

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

django-tenants - v3.0.1

Published by tomturner over 4 years ago

django-tenants - v3.0.0

Published by tomturner almost 5 years ago

  • 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
django-tenants - v2.2.3

Published by tomturner over 5 years ago

Fixes

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

Published by tomturner over 5 years ago

Fixes

  • Fixed an issue with the different colour of tenant apps in the admin area. [#261]
django-tenants - v2.1.1

Published by tomturner over 5 years ago

Fixes

  • Fixed an issue with the different colour of tenant apps in the admin area. [#261]
django-tenants - v2.2.0

Published by tomturner over 5 years ago

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]
django-tenants - v2.1.0

Published by tomturner almost 6 years ago

Added Django 2.1 Support

More notes to follow

django-tenants -

Published by tomturner almost 7 years ago

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

django-tenants -

Published by tomturner almost 7 years ago

  • 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
django-tenants -

Published by tomturner over 7 years ago

Updates for Django 1.11

#128 - Does django-tenants work with Django 1.11?
#125 - Adding a safety check inside tenant model save and delete for compatibility

Warning
Middleware is now in a directory

django-tenants -

Published by tomturner almost 8 years ago

Fixed #107 a Django 1.10 error
Fixed #109 missing files on pypi

django-tenants - v1.2.0

Published by tomturner almost 8 years ago

  • Made it so the tests run with python 3
  • Specializing static and media based on tenants #108 thanks to @mateuspadua
django-tenants -

Published by tomturner about 8 years ago

More Django 1.10 stuff

#95 fixed tenant_command for django 1.10

#100 Added fast test cases

#101 Added logging

#102 Added reverse

django-tenants -

Published by tomturner about 8 years ago

Django 1.10 stuff

django-tenants -

Published by tomturner over 8 years ago

django-tenants - v1.1.6

Published by tomturner over 8 years ago

django-tenants - v1.1.5

Published by tomturner over 8 years ago

django-tenants - v1.1.4

Published by tomturner over 8 years ago

Fixed a problem in Django 1.9 todo with urlresolvers
Some change to allow the test to work in Python 3 (Untested)

django-tenants - v1.1.3

Published by tomturner almost 9 years ago

Added Clone Tenant management command

Package Rankings
Top 1.83% on Pypi.org
Related Projects