--
Ticket URL: <https://code.djangoproject.com/ticket/34295>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => wontfix
Comment:
Thanks for the ticket, however, I don't think we need another option for
the `makemigrations` command. This seems quite niche and currently
achievable without a new option e.g.
{{{
$ python manage.py makemigrations my_app --name="auto_`date +%Y%m%d_%H%M`"
Migrations for 'my_app':
test_one/migrations/0005_auto_20230127_1255.py
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34295#comment:1>