Changes between Initial Version and Version 1 of Ticket #24769, comment 2
- Timestamp:
- May 8, 2015, 5:08:46 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24769, comment 2
initial v1 3 3 In #24518 django-configurations is the one that adds to `BaseCommand.option_list` (which triggers the optparse code path). 4 4 5 I'd say it should be reproducible by just using the deprecated parser. 5 I'd say it should be reproducible by just using the deprecated parser, usually by providing `option_list`. 6 (e.g. for django-pdb: https://github.com/tomchristie/django-pdb/blob/master/django_pdb/management/commands/test.py#L16-27) 6 7 7 8 See https://github.com/django/django/pull/4628 for a PR.