Changes between Initial Version and Version 4 of Ticket #36022
- Timestamp:
- Apr 25, 2026, 10:26:40 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36022
- Property Status assigned → new
- Property Summary make django an alias of django-admin → Name the main command django
-
Ticket #36022 – Description
initial v4 1 To aid in discoverability and compatibility with tools like `uvx`, make a `django` command that is an alias of `django-admin`.1 To aid in discoverability and compatibility with tools like `uvx`, change the name of the main command to `django`. Keep `django-admin` around indefinitely, with a message referring users to the new name. 2 2 3 3 Forum Discussion: https://forum.djangoproject.com/t/name-the-main-command-django/37230/14 4 4 External Implementation: https://github.com/ryanhiebert/django-cmd 5 Accepted DEP 16: https://github.com/django/deps/blob/main/accepted/0016-name-main-command-django.rst