django-tenants

Django tenants using PostgreSQL Schemas

MIT License

Downloads
118.9K
Stars
1.3K
Committers
96

Bot releases are hidden (Show)

django-tenants - v3.6.1 Latest Release

Published by tomturner 11 months ago

django-tenants - v3.6.0

Published by tomturner 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/django-tenants/django-tenants/compare/v3.5.0...v3.6.0

django-tenants - v3.5.0

Published by tomturner over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/django-tenants/django-tenants/compare/3.4.8...v3.5.0

django-tenants - v3.4.8

Published by tomturner over 1 year ago

What's Changed

Full Changelog: https://github.com/django-tenants/django-tenants/compare/v3.4.7...3.4.8

django-tenants - v3.4.7

Published by tomturner almost 2 years ago

What's Changed

Full Changelog: https://github.com/django-tenants/django-tenants/compare/v3.4.6...v3.4.7

django-tenants - 3.4.6

Published by tomturner almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/django-tenants/django-tenants/compare/v3.4.5...v3.4.6

django-tenants - v3.4.5

Published by tomturner about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/django-tenants/django-tenants/compare/V3.4.4...v3.4.5

django-tenants - V3.4.4

Published by tomturner about 2 years ago

  • made it work with Django 4.1 #780
django-tenants - v3.4.3

Published by tomturner about 2 years ago

  • Added support for providing AppConfig in app lists #718
  • Added a way of changing actioning special code when a tenant is set #762
  • Fix TenantClient annotations #782
django-tenants - v3.4.2

Published by tomturner over 2 years ago

  • Fixed a problem installing on Django 4.0.x
django-tenants - v3.4.1

Published by tomturner almost 3 years ago

  • Reverted #676 as it caused some issue
  • Allow schema names with special chars #704
  • Ensure django_migrations table is created in a schema before migrations begin #705
django-tenants - v3.4.0

Published by tomturner almost 3 years ago

  • Added Django 4 support #700
  • Fixed a problem with collect_static for django 3.2 and above #698
  • Fix #663 - Fixed incompatibility of DatabaseSchemaIntrospection with django (#663 & #693)
  • Enable to order tenants when migrating schemas #677
  • Refactor database backend for easier subclassing #676
django-tenants - v3.3.4

Published by tomturner about 3 years ago

  • Fixed a bug a problem cloning a tenant #668
  • Fixed a problem with the subfolder middleware #642
  • Add create_missing_schemas command
  • fix save to work for tenants with default value pk
django-tenants - v3.3.2

Published by tomturner over 3 years ago

Added create_missing_schemas management command

django-tenants - v3.3.1

Published by tomturner over 3 years ago

  • Added new setting SHOW_PUBLIC_IF_NO_TENANT_FOUND
  • Fix for Using collectstatic_schemas in django 3.1.x fails #602
  • Added primary domain name in print statement along with schema_name when doing ? in tenant_command shell. #586
django-tenants - v3.3.0

Published by tomturner over 3 years ago

django-tenants - v3.2.1

Published by tomturner about 4 years ago

  • Fixed #466 a problem with the setup.py and Django 3.1
django-tenants - v3.2.0

Published by tomturner about 4 years ago

  • #434 Allowed for Django 3.1
  • #432 Added a beta version of subfolder tenants.
  • #458 Add a signal that gets sent after migrations finish for a schema
django-tenants - v3.1.0

Published by tomturner over 4 years ago

  • Allowed a schema to be renamed. #388
  • Stopped a crash id logging with the public tenant #358
  • Fix clone_tenant command #379
  • Cloning SQL changed to allow it work on AWS etc #381
  • Now testing with workflow instead of Travis CI
  • Read the docs now work again
django-tenants - v3.0.3

Published by tomturner over 4 years ago

A fix to the clone_tenant that stopped it working on certain systems

Package Rankings
Top 1.83% on Pypi.org
Related Projects