#23916: makemigrations does not detect/like model name case changes
-------------------------------------+-------------------------------------
     Reporter:  Sven Coenye          |                    Owner:  Adam
                                     |  (Chainz) Johnson
         Type:  Bug                  |                   Status:  assigned
    Component:  Migrations           |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  1                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Dustin Harrison):

 I hit this issue with Django 2.2.11.

 - Renamed several models with a case change only
 - Generated a migration with  `makemigrations`
 - Subsequent migrations would always detect a change.
 - Ported Adam's patch to 2.2.12
 - `makemigrations` no longer detects changes

 There were no conflicts in the patch.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/23916#comment:11>
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.1a9deff3fd83522b189fbead4d44400c%40djangoproject.com.

Reply via email to