Opened 2 years ago
Closed 2 years ago
#34295 closed New feature (wontfix)
Add makemigrations flag that just uses timestamp
Description ¶
Currently, when running makemigrations, a verbose name is used instead of an auto_timestamp
name when the verbose name is 47 characters or less in length. I would like to add an option to force the autogeneration of the name to use the timestamp or the verbose name, regardless of the rule.
Note:
See TracTickets
for help on using tickets.
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.