Changes between Version 1 and Version 4 of Ticket #24332
- Timestamp:
- Feb 12, 2015, 1:00:01 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24332
- Property Owner changed from to
- Property Triage Stage Unreviewed → Accepted
- Property Status new → assigned
- Property Has patch set
- Property Needs tests set
-
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.