This is extra overhead that potentially can slow all tasks related to
migrations, and also extra noise in version control and also is very
annoying. This state (verbose name, validators and potentially other
attributes) is not needed for datamigrations also.
I saw people to complain about speed of the new migrations framework and I
think that this can help at least a little.
This is not tested it's jut my hypothesis.
--
Ticket URL: <https://code.djangoproject.com/ticket/25601>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
This is by design, see #22837 and the last paragraph in
[https://docs.djangoproject.com/en/stable/topics/migrations/#the-commands
The Commands] section in the documentation.
--
Ticket URL: <https://code.djangoproject.com/ticket/25601#comment:1>