debian-django-tenant-schemas/dts_test_project
Stéphane Raimbault 36e1ba3800 Django 1.11 support (#463)
* Added Django 1.11 to Travis

- related to #435
- 😉 to tomturner/django-tenants#120

* Replace direct use of import_module by proper load_backend

Handle new 'django.db.backends.postgresql' name (Django 1.9)

* Fix 'default' already present in _fields in Django 1.11

* Fix not existing access to original_backend.DatabaseError (Django 1.11)

Removed exports because django.db.utils.DatabaseError and
django.db.utils.IntegrityError must be used instead.

This change must be stated in release notes.

* The signature of DatabaseWrapper._cursor has changed in Django 1.11

Use the public API

* Add missing allowed hosts for tests

* Don't override default user or blocks Unix socket DB connection

* Updated tox.ini for Django 1.11rc1

* Properly add '.test.com' to ALLOWED_HOSTS in test cases

* Internal tests don't use TenantTestCase so set allowed hosts manually

* Drop Django 1.9 support

Django 1.8 is still within LTS until the end of 2017.
2017-04-17 15:03:59 +05:00
..
customers Test project and examples now compatible with Django 1.7 2015-01-05 15:34:47 +01:00
dts_test_app Fix: missing schema-aware introspection methods 2016-04-18 15:33:45 +02:00
dts_test_project Django 1.11 support (#463) 2017-04-17 15:03:59 +05:00
.gitignore Refactor ImproperlyConfigured to system check framework 2016-11-11 07:57:14 +11:00
manage.py Added test project to enable testing with additional models and apps. This allow us to test different apps in TENANT_APPS AND SHARED_APPS. Added more tests that ensure cross schema foreign keys are possible, although the constraints are not created. 2014-12-29 00:07:45 +01:00