Changes between Initial Version and Version 10 of Ticket #36321


Ignore:
Timestamp:
Nov 6, 2025, 10:08:17 AM (7 days ago)
Author:
Jacob Walls
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36321

    • Property Keywords 6.1 added
    • Property Triage Stage UnreviewedAccepted
    • Property Cc Ahmed Ibrahim added
    • Property Owner set to Stephen kihuni
    • Property Status newassigned
    • Property Has patch set
    • Property Patch needs improvement set
  • Ticket #36321 – Description

    initial v10  
    11https://docs.python.org/3.14/library/argparse.html#suggest-on-error
    22
    3 This new feature provides friendly feedback when mistyping an argument. We can activate for all argparse Parsers (mostly management commands) when Django supports Python 3.14.
     3This new feature provides friendly feedback when mistyping a choice or subparser. We can activate for all argparse Parsers (mostly management commands) when Django supports Python 3.14.
Back to Top