#25618: Django migration system breaks with unhelpful error message if south
migrations accidentally retained
-----------------------------------+------------------------------------
     Reporter:  ryuusenshi         |                    Owner:  nobody
         Type:  Bug                |                   Status:  new
    Component:  Migrations         |                  Version:  1.7
     Severity:  Normal             |               Resolution:
     Keywords:  migrations, south  |             Triage Stage:  Accepted
    Has patch:  1                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  1                  |                    UI/UX:  0
-----------------------------------+------------------------------------

Comment (by ryuusenshi):

 The problem is actually in the fact that `django-extensions` is using the
 `migrations` module to store south migrations and still claims to support
 Django 1.4 and later. However, since 1.7 the `migrations` module was
 reserved for Django migrations, and even the
 [http://south.readthedocs.org/en/latest/releasenotes/1.0.html last
 official release of South] instructs developers to move south migrations
 to `south_migrations` module.

 So, in conclusion, `django-extensions` never really fully supported Django
 1.7+.

--
Ticket URL: <https://code.djangoproject.com/ticket/25618#comment:8>
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/068.541a6d8a5fc8e143c67f6ef91547c730%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to