module documentation

Undocumented

Function auth Return context variables required by apps that use Django's authentication system.
Class ​Perm​Lookup​Dict Undocumented
Class ​Perm​Wrapper No class docstring; 0/1 instance variable, 1/5 method documented
def auth(request):

Return context variables required by apps that use Django's authentication system.

If there is no 'user' attribute in the request, use AnonymousUser (from django.contrib.auth).