Changes between Initial Version and Version 4 of Ticket #31021
- Timestamp:
- Nov 26, 2019, 11:14:07 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31021
- Property Summary migration doesn't work on multi database environment → migration doesn't work on multi database environment.
-
Ticket #31021 – Description
initial v4 2 2 https://docs.djangoproject.com/en/2.2/topics/db/multi-db/#defining-your-databases 3 3 4 But the following script brake it 4 5 But the following migration script doesn't work after configuration with empty default database 5 6 https://github.com/django/django/blob/stable/2.2.x/django/contrib/auth/migrations/0011_update_proxy_permissions.py 6 7 … … 15 16 }}} 16 17 18 Tracebacks 19 {{{ 20 raise ImproperlyConfigured("settings.DATABASES is improperly configured. " 21 django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details. 22 }}} 23 24 25 17 26 This will brake the migration if default database doesn't set