#30580: django.db.migrations.optimizer error in indention
--------------------------------------+------------------------
               Reporter:  sijianlin   |          Owner:  nobody
                   Type:  Bug         |         Status:  new
              Component:  Migrations  |        Version:  2.2
               Severity:  Normal      |       Keywords:
           Triage Stage:  Unreviewed  |      Has patch:  0
    Needs documentation:  0           |    Needs tests:  0
Patch needs improvement:  0           |  Easy pickings:  0
                  UI/UX:  0           |
--------------------------------------+------------------------
 The command "makemigrations" yields operations in wrong order; base class
 gets created later than ones depending on it. After tracing the issue we
 are certain that the error comes from django.db.migrations.optimizer. In
 the file optimizer.py method optimizer_inner,the "else" clause is clearly
 misaligned. We currently disable the optimization to get the migration
 operations in correct order.

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

Reply via email to