debian-django-tenant-schemas/tenant_schemas
Frédéric Péters 683c8ae58a misc: remove usage of django.utils.six 2022-04-15 17:42:02 +02:00
..
management misc: remove usage of django.utils.six 2022-04-15 17:42:02 +02:00
migration_executors Add migration executors 2017-03-10 16:06:03 +01:00
postgresql_backend set application_name to tenant name (#7849) 2020-07-17 16:32:54 +02:00
templatetags pep8 2014-12-27 17:01:08 +01:00
test override ContentType.__init__ to use a thread local cache (fixes #26206) 2019-04-10 19:13:03 +02:00
tests tenant_schemas: augment tests on cache of contenttypes (#32248) 2019-04-15 14:00:10 +02:00
__init__.py Refactor ImproperlyConfigured to system check framework 2016-11-11 07:57:14 +11:00
apps.py Update tests to reflect new IDs in Errors and Warnings 2017-03-24 12:19:52 -05:00
cache.py Add cache key helper functions and tests 2015-07-16 22:58:12 +12:00
log.py Add TenantContextFilter - put schema_name and domain_url in log records 2016-09-26 07:40:35 +10:00
middleware.py Content type cache should be cleared not just at the beginning of a request, but *anytime* the schema is changed (which happens in middle of requests). set_tenant() will also now result in a set_schema() call so it will claer_cache() at the beginning of a request, and on subsequent set_schema calls 2017-09-07 12:43:40 -05:00
models.py Fix compatibility issue with django < 1.9 2017-02-28 15:07:31 +01:00
routers.py check db wrapper subclases in dbrouter 2016-07-20 12:20:00 +02:00
signals.py pep8 2014-12-27 17:01:08 +01:00
storage.py TenantStorageMixin (#442) 2017-02-22 20:08:37 +11:00
template_loaders.py Deal with backwards compatibility by exception. 2017-06-02 17:56:37 +10:00
urlresolvers.py Refactor ImproperlyConfigured to system check framework 2016-11-11 07:57:14 +11:00
utils.py Refactor ImproperlyConfigured to system check framework 2016-11-11 07:57:14 +11:00