As an alternative the ability to automatically match snake_case to
flatcase command names would be helpful.
--
Ticket URL: <https://code.djangoproject.com/ticket/34326>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Tim Graham):
It looks like there are two built-in commands that use underscores (snake
case): `remove_stale_contenttypes` and `ping_google`. I never noticed the
inconsistency, and I doubt it causes much confusion. Are you really
struggling with it? Perhaps commands in third-party packages are affected?
--
Ticket URL: <https://code.djangoproject.com/ticket/34326#comment:1>
Comment (by Shiva Shane Ramdeen):
Core commands are not an issue. they are pretty consistent for the most
part. The issue really is with djang_extensions. Each project is
consistent with either snake_case or flatcase but inter inter app commands
feel inconsistent.
maybe it might be a good idea to investigate this type of change in the
django_extensions repo instead, not sure.
Replying to [comment:1 Tim Graham]:
> It looks like there are two built-in commands that use underscores
(snake case): `remove_stale_contenttypes` and `ping_google`. I never
noticed the inconsistency, and I doubt it causes much confusion. Are you
really struggling with it? Perhaps commands in third-party packages are
affected?
--
Ticket URL: <https://code.djangoproject.com/ticket/34326#comment:2>
* status: new => closed
* resolution: => invalid
Comment:
`django-extensions` is a 3rd-party package. Please report it on their
[https://github.com/django-extensions/django-extensions/issues issue
tracker].
--
Ticket URL: <https://code.djangoproject.com/ticket/34326#comment:3>