#27871: Django keeps making the same migration over and over again
-------------------------------+--------------------------------------
     Reporter:  Kyle Agronick  |                    Owner:  nobody
         Type:  Bug            |                   Status:  new
    Component:  Migrations     |                  Version:  1.10
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------

Comment (by Tim Graham):

 `makemigrations` doesn't examine the database state so loading the schema
 wouldn't matter but some differences in the old migration files is likely
 the cause (as opposed to what I did in generating an initial migration
 from the provided models). Part of putting together a useful bug report is
 to create a minimal sample project that reproduces the issue. For example,
 I doubt all 6 models are required.

 Again I'll point to #27297 and ask if this might be a duplicate of that
 issue?

--
Ticket URL: <https://code.djangoproject.com/ticket/27871#comment:10>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.075ffd2d2446d3b458949f55623728a5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to