Changes between Initial Version and Version 1 of Ticket #24332


Ignore:
Timestamp:
Feb 12, 2015, 9:10:45 AM (9 years ago)
Author:
Tim Graham
Comment:

This seems to be a duplicate of #24298 which was fixed (did you try this on the stable/1.7.x branch?). Markus asked you to open a new issue for create_default_site() not propagating the using parameter. Did you misunderstand him or am I misunderstanding you?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24332 – Description

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