--
Ticket URL: <https://code.djangoproject.com/ticket/31468>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Adam (Chainz) Johnson):
[PR](https://github.com/django/django/pull/12131)
(I started this one just to add two methods and at Simon's suggestion, it
grew.)
--
Ticket URL: <https://code.djangoproject.com/ticket/31468#comment:1>
* stage: Unreviewed => Accepted
Comment:
Marking as impicitly accepted by previous GitHub review.
--
Ticket URL: <https://code.djangoproject.com/ticket/31468#comment:2>
* owner: nobody => Adam (Chainz) Johnson
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/31468#comment:3>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"5bd585a82dd963b3d8fdac2b37ff5276f71c5b27" 5bd585a]:
{{{
#!CommitTicketReference repository=""
revision="5bd585a82dd963b3d8fdac2b37ff5276f71c5b27"
Refs #31468 -- Added tests for MigrationAutodetector.suggest_name().
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31468#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"fa58450a9ab8a1bdd2a5090b51b00078fd85ffa6" fa58450]:
{{{
#!CommitTicketReference repository=""
revision="fa58450a9ab8a1bdd2a5090b51b00078fd85ffa6"
Fixed #31468 -- Allowed specifying migration filename in Operation.
This adds also suggested filename for many built-in operations.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31468#comment:5>