﻿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
36570	"Remove "":py"" domain from roles"	Tim Graham	JaeHyuckSa	"In the documentation source files, there's some confusion about roles like {{{:py:class:`email.message.EmailMessage`}}}. In this case, `py` indicates the Python language [https://www.sphinx-doc.org/en/master/usage/domains/index.html domain] (which means any code written in Python, not Python built-ins in particular).

Since the Python domain is the default in Sphinx, you can omit the `:py` prefix when referring to Python objects, for example, using `:class:` instead of `:py:class:`.

Including `:py` ensures clarity and avoids ambiguity if other domains are also in use., but since the Django documentation doesn't use other domains (C++, JavaScript, etc.), I see no reason to include the prefix. "	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
