Changes between Version 1 and Version 4 of Ticket #24332


Ignore:
Timestamp:
Feb 12, 2015, 1:00:01 PM (9 years ago)
Author:
Tim Graham
Comment:

PR (not sure about tests at the moment)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24332

    • Property Owner changed from nobody to Tim Graham
    • Property Triage Stage UnreviewedAccepted
    • Property Status newassigned
    • Property Has patch set
    • Property Needs tests set
  • Ticket #24332 – Description

    v1 v4  
    1 
    2 {{{
    3 
    4 }}}
    51On 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.`.
    62On Django 1.7.3 it works fine.
Back to Top