- Language: en
8 results for database routers in version 5.2
-
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 …
-
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 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 …
-
Django 1.8.7 release notes
- … database routers without an allow_migrate() method to crash ( #25686 ). Fixed a regression in 1.8.6 by restoring …
-
Django 1.9 release notes
- … database routers is removed. Automatic syncing of apps without migrations is removed. Migrations are compulsory …
-
Django 2.2.5 release notes
- … database routers are installed ( #30673 ). Fixed crash of KeyTransform() for django.contrib.postgres.fields.JSONField and HStoreField when using …