--
Ticket URL: <https://code.djangoproject.com/ticket/24703>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => knbk
* needs_better_patch: => 0
* status: new => assigned
* needs_tests: => 0
* needs_docs: => 0
Comment:
PR: https://github.com/django/django/pull/4561
--
Ticket URL: <https://code.djangoproject.com/ticket/24703#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/24703#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/24703#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"1521861b3cc07fffdbe95c41000bf8e8ef92cc6b" 1521861]:
{{{
#!CommitTicketReference repository=""
revision="1521861b3cc07fffdbe95c41000bf8e8ef92cc6b"
Fixed #24703 -- Changed squashmigrations to use a MigrationLoader
Changed squashmigrations to not instantiate a MigrationExecutor,
but to directly use a MigrationLoader instance instead.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24703#comment:4>