Changes between Version 1 and Version 4 of Ticket #24332
- Timestamp:
- 02/12/15 19:00:01 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24332
-
Property
Status
changed from
new
toassigned
- Property Needs tests set
- Property Owner changed from nobody to Tim Graham
- Property Has patch set
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
Property
Status
changed from
-
Ticket #24332 – Description
v1 v4 1 2 {{{3 4 }}}5 1 On Django 1.7.4 the management command `migrate --database=xxx` fails when `DATABASES['default'] = {}` with `django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.`. 6 2 On Django 1.7.3 it works fine.