﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36376	Use argparse color on Python 3.14+	Adam Johnson		"Python 3.14 introduces colorized help to argparse: https://docs.python.org/3.14/library/argparse.html#color

I propose that we enable this feature by setting `color=True` for all argument parsers in Django, notably for management commands.

Python supports common opt-out environment variables for the feature. I think we’ll need to extend that to also avoid setting the `color` attribute when `DJANGO_COLORS` is set to `nocolor`, [https://docs.djangoproject.com/en/5.2/ref/django-admin/#syntax-coloring as already documented].

We may also be able to set the option when [https://docs.djangoproject.com/en/5.2/ref/django-admin/#cmdoption-force-color `--force-color`] is passed, although that may not make sense when `--help` is passed.

Related: #36321"	Uncategorized	new	Core (Management commands)	dev	Normal		6.1		Unreviewed	0	0	0	0	0	0
