| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-23 | Refs #19973 -- Removed optparse support in management commands per ↵ | Tim Graham | |
| deprecation timeline. | |||
| 2015-09-12 | Fixed #23395 -- Limited line lengths to 119 characters. | Dražen Odobašić | |
| 2015-06-09 | Fixed #24769 -- Cast optparse verbosity argument to an integer for better ↵ | Rivo Laks | |
| backwards compatibility. Using `BaseCommand.options_list` makes Django use the legacy optparse parser, which does not set the verbosity attribute correctly. Now the verbosity argument is always cast to int. Regression in 8568638 (#19973). Initial report and patch from blueyed. | |||
| 2014-06-14 | Fixed several flake8 errors | Alex Gaynor | |
| 2014-06-14 | Fixed #19973 -- Replaced optparse by argparse in management commands | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
