Changes between Initial Version and Version 10 of Ticket #36321
- Timestamp:
- Nov 6, 2025, 10:08:17 AM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36321
- Property Keywords 6.1 added
- Property Triage Stage Unreviewed → Accepted
- Property Cc added
- Property Owner set to
- Property Status new → assigned
- Property Has patch set
- Property Patch needs improvement set
-
Ticket #36321 – Description
initial v10 1 1 https://docs.python.org/3.14/library/argparse.html#suggest-on-error 2 2 3 This new feature provides friendly feedback when mistyping a n argument. We can activate for all argparse Parsers (mostly management commands) when Django supports Python 3.14.3 This 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.