debian-django-tenant-schemas/tenant_schemas
Bernardo Pires 50e67c8900 Now using django's new test runner. Fixed test project and examples. 2015-01-05 15:43:40 +01:00
..
management Patched DatabaseIntrospection to only returns the list of tables in the currently selected schemas. Fixes Django 1.7 not being able to have the same app under TENANT_APPS and SHARED_APPS. 2015-01-05 15:13:09 +01:00
postgresql_backend Added blank end line to instrospection.py 2015-01-05 15:19:43 +01:00
templatetags pep8 2014-12-27 17:01:08 +01:00
test Refactored tests and added tests checking syncing TENANT_APPS and SHARED_APPS behavior. 2014-12-27 16:06:31 +01:00
tests Now using django's new test runner. Fixed test project and examples. 2015-01-05 15:43:40 +01:00
__init__.py django-tenant-schemas must only be the last app on INSTALLED_APPS on Django <1.7 2015-01-05 15:19:13 +01:00
middleware.py pep8 2014-12-27 17:01:08 +01:00
models.py django-tenant-schemas is now compatible with Django 1.7 2015-01-05 11:59:00 +01:00
routers.py Added database router. Allows TENANT_APPS and SHARED_APPS to be synced completely separately without messing with Django settings like INSTALLED_APPS or model.meta.managed. Centralized auth is now possible, but cross schema constraints will not be created. This also makes this app thread safe, fixes #2. 2014-12-27 16:13:37 +01:00
signals.py pep8 2014-12-27 17:01:08 +01:00
template_loaders.py pep8 2014-12-27 17:01:08 +01:00
urlresolvers.py removing deprecation warning 2014-04-23 23:04:02 +02:00
utils.py pep8 2014-12-27 17:01:08 +01:00