summaryrefslogtreecommitdiff
path: root/django/contrib/auth/context_processors.py
AgeCommit message (Expand)Author
2011-05-31Cleaned up how ``request.user`` is set, this is a follow up to [16297]. Thank...Alex Gaynor
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-02-23Fixed #15299 -- Started the process of migrating the auth context processor s...Russell Keith-Magee
2010-02-21Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...Jannis Leidel