Skip to content

Releases: django-tenants/django-tenants

v3.6.1

05 Dec 10:03
Compare
Choose a tag to compare

v3.6.0

04 Dec 22:28
26a997d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

18 May 13:21
6143d27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.8...v3.5.0

v3.4.8

09 Feb 20:30
e8313fe
Compare
Choose a tag to compare

What's Changed

  • Fix DeprecationWarning: invalid escape sequence '.' by @cclauss in #862
  • GitHub Actions: Add Python 3.11 to the testing by @cclauss in #882
  • Bump django from 4.0.8 to 4.0.9 by @dependabot in #888
  • Return 404 in case tenant sub-domain is "_", which is invalid by @atodorov in #841

Full Changelog: v3.4.7...3.4.8

v3.4.7

31 Oct 09:37
4014463
Compare
Choose a tag to compare

What's Changed

  • Revert "Only clear contenttypes cache when necessary" by @atodorov in #859

Full Changelog: v3.4.6...v3.4.7

3.4.6

28 Oct 08:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.5...v3.4.6

v3.4.5

06 Sep 11:12
08681d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V3.4.4...v3.4.5

V3.4.4

05 Aug 15:58
17d5aa8
Compare
Choose a tag to compare
  • made it work with Django 4.1 #780

v3.4.3

01 Aug 08:00
6936cf9
Compare
Choose a tag to compare
  • 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

v3.4.2

19 Jan 16:32
af783b4
Compare
Choose a tag to compare
  • Fixed a problem installing on Django 4.0.x