﻿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	Respect --no-color for command help on python 3.14	Adam Johnson	Sachi Jain	"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"	Bug	closed	Core (Management commands)	5.2	Release blocker	fixed	3.14, color		Ready for checkin	1	0	0	0	0	0
