#36321: Use argparse suggest_on_error on Python 3.14+
-------------------------------------+-------------------------------------
Reporter: Adam Johnson | Owner: Stephen
| kihuni
Type: New feature | Status: closed
Component: Core (Management | Version: dev
commands) |
Severity: Normal | Resolution: fixed
Keywords: 6.1 | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Jacob Walls <jacobtylerwalls@…>):
* resolution: => fixed
* status: assigned => closed
Comment:
In [changeset:"b1a65eac7c09250d36e12464fc8fff2a401246b6" b1a65ea]:
{{{#!CommitTicketReference repository=""
revision="b1a65eac7c09250d36e12464fc8fff2a401246b6"
Fixed #36321 -- Defaulted suggest_on_error=True in management commands.
Python 3.15 defaults suggest_on_error=True, but the feature is available
from 3.14, so this change opts in earlier. This change can be reverted
when Python 3.15 is the minimum supported version.
}}}
--
Ticket URL: <
https://code.djangoproject.com/ticket/36321#comment:12>