Changes between Initial Version and Version 1 of Ticket #31314
- Timestamp:
- Feb 27, 2020, 6:49:01 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31314 – Description
initial v1 3 3 When non of these flags are present, the command doesn't show any errors for the user. According to the source code, it should raise `CommandError`, but that never happens because of a bug in an `if` statement that checks if a locale has been specified. 4 4 5 I've already fixed this in my fork and will submit a small PR. 5 I've already fixed this in my fork and have submitted a small PR. 6 7 https://github.com/django/django/pull/12503 8 9 Please point out if there are any other necessary steps to move this forward. Thanks!