﻿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
32565	Extract URL resolver view strings mapping to admindocs	Adam Johnson	Alokik Roy	"From discussion with Nick Pope: https://github.com/django/django/pull/14138#discussion_r595911054

`URLResolver._is_callback()` , `URLResolver._callback_strs`, and `URLPattern.lookup_str` all exist only to power `django.contrib.admindocs` functionality, and are all private attributes. The functionality they provide could be extracted into `admindocs` to avoid the overhead of storing extra strings per URL in projects not using admindocs (in my experience, that is most projects)."	Cleanup/optimization	new	Core (URLs)	dev	Normal				Accepted	0	0	0	0	0	0
