7 | | I think Django commands should follow the same logic, and separate words by underscores (`make_migrations`, `make_messages`, `change_password` and `create_super_user`, `remove_stale_content_types`). I suggest that you add the new spelling while keeping the old spelling working, or maybe deprecate the old spelling but for at least 3 Django releases, so they will still work. But according to PEP 8 I think words should be separated by underscores. |
| 7 | I think Django commands should follow the same logic, and separate words by underscores (`make_migrations`, `make_messages`, `change_password`, `create_super_user`, `remove_stale_content_types`). I suggest that you add the new spelling while keeping the old spelling working, or maybe deprecate the old spelling but for at least 3 Django releases, so they will still work. But according to PEP 8 I think words should be separated by underscores. |