#34295: Add makemigrations flag that just uses timestamp
-------------------------------------+-------------------------------------
     Reporter:  Andrew Chen Wang     |                    Owner:  nobody
         Type:  New feature          |                   Status:  closed
    Component:  Core (Management     |                  Version:  4.1
  commands)                          |
     Severity:  Normal               |               Resolution:  wontfix
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):

 * 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>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070185f31b3d3a-14bd4d0a-0764-4a3d-950b-5419e587e1d5-000000%40eu-central-1.amazonses.com.

Reply via email to