Changes between Initial Version and Version 4 of Ticket #31021


Ignore:
Timestamp:
Nov 26, 2019, 11:14:07 PM (4 years ago)
Author:
haudoing
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31021

    • Property Summary migration doesn't work on multi database environmentmigration doesn't work on multi database environment.
  • Ticket #31021 – Description

    initial v4  
    22https://docs.djangoproject.com/en/2.2/topics/db/multi-db/#defining-your-databases
    33
    4 But the following script brake it
     4
     5But the following migration script doesn't work after configuration with empty default database
    56https://github.com/django/django/blob/stable/2.2.x/django/contrib/auth/migrations/0011_update_proxy_permissions.py
    67
     
    1516}}}
    1617
     18Tracebacks
     19{{{
     20    raise ImproperlyConfigured("settings.DATABASES is improperly configured. "
     21django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.
     22}}}
     23
     24
     25
    1726This will brake the migration if default database doesn't set
Back to Top