* owner: nobody => Jon Dufresne
* needs_better_patch: 0 => 1
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/31703#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/31703#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"6f3e3e87ab72eb64dcce8e646f8eea07be6c3b7e" 6f3e3e87]:
{{{
#!CommitTicketReference repository=""
revision="6f3e3e87ab72eb64dcce8e646f8eea07be6c3b7e"
Fixed #31703 -- Made makemigrations name all initial migrations "initial".
When the MigrationAutodetector creates more than one initial migration
in a app, name all initial migrations "initial" rather than the opaque
"auto_<DATE>_<TIME>" name.
Initial migrations that have a descriptive name continue to use the
descriptive name.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31703#comment:7>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"01195c4a83cf237f4417be94e1a44aef9762b1c2" 01195c4a]:
{{{
#!CommitTicketReference repository=""
revision="01195c4a83cf237f4417be94e1a44aef9762b1c2"
Refs #31703 -- Added Migration.suggest_name() test for initial migration
with multiple CreateModels.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31703#comment:6>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"bce180dd05c425341261240fab1d2642e6d4bc65" bce180dd]:
{{{
#!CommitTicketReference repository=""
revision="bce180dd05c425341261240fab1d2642e6d4bc65"
Refs #31703 -- Moved MigrationAutodetector.suggest_name() to Migration.
Allows expanding the method to inspect additional attributes of the
migration instance. For example, the Migration.initial attribute.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31703#comment:5>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"b1cb923883829b8e2d3d550ba125e574979d8230" b1cb9238]:
{{{
#!CommitTicketReference repository=""
revision="b1cb923883829b8e2d3d550ba125e574979d8230"
Refs #31516, Refs #31703 -- Made makemigrations always name initial
migrations "initial".
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31703#comment:8>