#32206: Incorrect migration generated if field has been renamed when it has verbose_name set --------------------------------+------------------------------------ Reporter: Peter Inglesby | Owner: nobody Type: Bug | Status: new Component: Migrations | Version: 3.1 Severity: Normal | Resolution: Keywords: | Triage Stage: Accepted Has patch: 0 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 --------------------------------+------------------------------------
Comment (by Simon Charette): It feels like it's more of an optimization than a bug though as this behaviour is due to the initial design decision that the migration framework should not hold an allow list of attributes that affect database state or not. The same ''problem'' is present when altering `validators` for example. -- Ticket URL: <https://code.djangoproject.com/ticket/32206#comment:3> 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.6a1b7322c1730684bb167f8314bc4a2a%40djangoproject.com.