#27731: Squashmigrations doesn't optimize AlterField related_name across
AlterUniqueTogether/AlterIndexTogether
-------------------------------------+-------------------------------------
     Reporter:  Ed Morley            |                    Owner:  Simon
         Type:                       |  Charette
  Cleanup/optimization               |                   Status:  assigned
    Component:  Migrations           |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:  squashmigrations     |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Simon Charette):

 * owner:  Andrew Nester => Simon Charette
 * needs_better_patch:  1 => 0


Comment:

 This is handled by [https://github.com/django/django/pull/10178 PR] which
 implements the `CreateModel`/`AlterTogetherOptionOperation` reduction into
 `CreateModel.options` and then allows the `CreateModel`/`AlterField`
 reduction into `CreateModel.fields` to take place.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/27731#comment:5>
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/066.521f7f211b5a8be9ec3489251f9ec80e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to