module documentation

Undocumented

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

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).