- Language: en
16 results for database routers in version 5.2
-
Multiple databases
- … database allocation behaviors, you can define and install your own database routers. Database routers A database …
-
Settings
- … Database DATABASES DATABASE_ROUTERS DEFAULT_INDEX_TABLESPACE DEFAULT_TABLESPACE Debugging DEBUG DEBUG_PROPAGATE_EXCEPTIONS Email …
-
Django 1.8 release notes
- … database routers. The router can use the newly introduced app_label and hints arguments to make …
-
Django 1.7 release notes
- … DATABASE_ROUTERS . If you have models synced to non-default databases, use the --database flag …
-
Migrations
- … databases, you can use the allow_migrate() method of database routers to control which databases …
-
Django 1.5 release notes
- … database. Previously, it created them in the default database, even when another database was specified with the --database option. If you use syncdb on multiple databases, you should ensure that your routers …
-
Django’s cache framework
- … database caches, createcachetable creates one table for each cache. If you are using multiple databases, createcachetable observes the allow_migrate() method of your database routers …
-
Migration Operations
- … database routers to assist them in making routing decisions. See Hints for more details on database …
-
Django 1.10.1 release notes
- … database functions when combined with lookups on PostGIS ( #27014 ). Reallowed the {% for %} tag to unpack any iterable ( #27058 ). Made makemigrations skip inconsistent history checks on non-default databases if database routers …
-
Django 2.1 release notes
- … database router allow_relation() method is called in more cases. Improperly written routers may need …