﻿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
31575	Document admin's requirement on django.template.context_processors.request context processor.	Jon Dufresne	nobody	"Since commit d24ba1be7a53a113d19e2860c03aff9922efec24, the admin templates use the implied `request` variable normally added by `django.template.context_processors.request`.

As Django templates silence errors, this went unnoticed during testing, and won't immediately break the templates, but certain expected rendering features won't work.

Django should document this change:

- In the release notes (provide a deprecation period where it is a warning only)
- In the admin docs
- In the system check framework as a warning (but eventually an error)
"	Bug	closed	contrib.admin	dev	Release blocker	fixed			Ready for checkin	1	0	0	0	0	0
