Changes between Initial Version and Version 1 of Ticket #34326, comment 2
- Timestamp:
- Feb 9, 2023, 1:53:27 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34326, comment 2
initial v1 1 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.1 Core commands are not an issue. they are pretty consistent for the most part. The issue really is with django_extensions. Each project is consistent with either snake_case or flatcase but inter inter app commands feel inconsistent. 2 2 3 3 maybe it might be a good idea to investigate this type of change in the django_extensions repo instead, not sure.