Changes between Initial Version and Version 1 of Ticket #24769, comment 2


Ignore:
Timestamp:
May 8, 2015, 5:08:46 PM (9 years ago)
Author:
Daniel Hahler

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24769, comment 2

    initial v1  
    33In #24518 django-configurations is the one that adds to `BaseCommand.option_list` (which triggers the optparse code path).
    44
    5 I'd say it should be reproducible by just using the deprecated parser.
     5I'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)
    67
    78See https://github.com/django/django/pull/4628 for a PR.
Back to Top