--
Ticket URL: <https://code.djangoproject.com/ticket/31516>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
Comment:
It looks like a luke-warmish OK on the list, so I guess we should push it
forward to review. Thanks Adam.
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:1>
* cc: Carles Pina Estany (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:2>
* owner: nobody => Adam (Chainz) Johnson
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:3>
Comment (by Manav Agarwal):
Just a vague idea but I personally feel would be good to implement. In
order to avoid ellipsis in the name refer
[https://github.com/django/django/pull/12799#issuecomment-636657427 this
comment]. We may add a suffix like **"_+26"** (in case there are 26 other
changes).
This is just a vague representation but I feel if we may implement
something like this, it would be a better option. Need some suggestions.
I would be happy to submit a PR for this.
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:4>
* owner: Adam Johnson => Manav Agarwal
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:5>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:6>
* needs_better_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/14109 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:7>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:8>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:9>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:10>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:11>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:12>
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/31516#comment:13>
* type: New feature => Cleanup/optimization
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:14>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"927fead2f5dd7509541d8b0dc170a07b682cc268" 927fead2]:
{{{
#!CommitTicketReference repository=""
revision="927fead2f5dd7509541d8b0dc170a07b682cc268"
Refs #31516 -- Added Migration.suggest_name() tests for migrations with no
operations.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:15>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"99640e24b4c42a9f9b1e02d54aec72c13008276d" 99640e24]:
{{{
#!CommitTicketReference repository=""
revision="99640e24b4c42a9f9b1e02d54aec72c13008276d"
Fixed #31516 -- Improved naming of migrations with multiple operations.
52 gives 60 in total (52 + 5 + 3).
Co-authored-by: Adam Johnson <m...@adamj.eu>
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31516#comment:16>