* stage: Design decision needed => Accepted
Comment:
The discussion on django-developers was in favor of improving the
situation.
--
Ticket URL: <https://code.djangoproject.com/ticket/10236#comment:10>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/10236#comment:11>
* status: new => closed
* resolution: => fixed
Comment:
The original use case was to "remove these indexes that Django created for
me but never are used".
The new migrations framework provide excellent tools to do this, with its
RunSQL operation.
It can be positioned where needed by declaring dependencies.
--
Ticket URL: <https://code.djangoproject.com/ticket/10236#comment:12>