Nice-have correction for Authentication
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)
Change History
(7)
Component: |
Uncategorized → Documentation
|
milestone: |
→ 1.1
|
Triage Stage: |
Unreviewed → Accepted
|
Has patch: |
set
|
Triage Stage: |
Accepted → Ready for checkin
|
Keywords: |
kkmegapatch added
|
Owner: |
changed from nobody to Kevin Kubasik
|
Resolution: |
→ invalid
|
Status: |
new → closed
|
"Nice correction", slightly modified, in patch format