Skip to content

Releases: django-tenants/django-tenants

V1.3.3

09 Jun 11:37
Compare
Choose a tag to compare

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

V1.2.1

04 Jan 20:33
Compare
Choose a tag to compare

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

v1.2.0

27 Nov 21:47
Compare
Choose a tag to compare
  • Made it so the tests run with python 3
  • Specializing static and media based on tenants #108 thanks to @mateuspadua

v1.1.9

13 Oct 21:11
Compare
Choose a tag to compare

More Django 1.10 stuff

#95 fixed tenant_command for django 1.10

#100 Added fast test cases

#101 Added logging

#102 Added reverse

v1.1.8

12 Oct 21:41
Compare
Choose a tag to compare

Django 1.10 stuff

v1.1.7

02 Jun 20:55
Compare
Choose a tag to compare
Updated version and stopped the travis from installing Django 1.10

v1.1.6

16 May 19:31
Compare
Choose a tag to compare
Another small change to the admin

v1.1.5

16 May 19:28
Compare
Choose a tag to compare
Merge pull request #74 from antoniocdff/master

fix url for help

v1.1.4

18 Mar 09:33
Compare
Choose a tag to compare

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

v1.1.3

19 Dec 16:30
Compare
Choose a tag to compare

Added Clone Tenant management command