#25627: Django is swallowing ImportErrors in migrations for modules containing 
the
string 'south'
-------------------------------+--------------------
     Reporter:  gavinwahl      |      Owner:  nobody
         Type:  Uncategorized  |     Status:  new
    Component:  Migrations     |    Version:  1.9a1
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 If I put `from mymodule import north, east, west, south,
 xxxdoesntexistxxx` in an initial migration, Django tells me:

 {{{
 django.db.migrations.exceptions.BadMigrationError: Migrated app 'foo'
 contains South migrations. Make sure all numbered South migrations are
 deleted prior to creating Django migrations.
 }}}

 I should get an ImportError so I can debug the problem.

--
Ticket URL: <https://code.djangoproject.com/ticket/25627>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.084e320044ed7dd4bf665a8a1b5ad377%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to