debian-django-tenant-schemas/tenant_schemas
Benjamin Dauvergne b14f784a3a introspection: finish support for schema aware introspection
Query to pg_catalog tables are joined with pg_namespace.name =
self.connection.schema_name and queries to the information_schema schema get
the clause table_schema = self.connectin.schema_name.
2015-04-24 11:06:54 +02: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 introspection: finish support for schema aware introspection 2015-04-24 11:06:54 +02:00
templatetags pep8 2014-12-27 17:01:08 +01:00
test Added missing method to TenantTestCase. Fixes #227. 2015-01-16 15:59:06 +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 Add database router allow_migrate() for Django 1.7 2015-01-05 19:58:32 +02: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