﻿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
9980	Nice-have correction for Authentication	Sergiy Kuzmenko	Kevin Kubasik	"In http://docs.djangoproject.com/en/dev/topics/auth/#id5 the wording is a bit misleading. It would be nice to replace this:

''The currently logged-in user, either a User instance or an AnonymousUser instance, is stored in the template variable {{ user }}''

with this:

'' '''If rendering template django.template.RequestContext (link),''' the currently logged-in user, either a User instance or an AnonymousUser instance, is stored in the template variable {{ user }}''

to make clear that this feature is only available with RequestContext (and not with Context)
"		closed	Documentation	1.0		invalid	templates authentication kkmegapatch		Ready for checkin	1	0	0	0	0	0
