diff options
Diffstat (limited to 'django/contrib/auth/context_processors.py')
| -rw-r--r-- | django/contrib/auth/context_processors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/auth/context_processors.py b/django/contrib/auth/context_processors.py index b8ead73eb4..474002e550 100644 --- a/django/contrib/auth/context_processors.py +++ b/django/contrib/auth/context_processors.py @@ -1,6 +1,7 @@ # PermWrapper and PermLookupDict proxy the permissions system into objects that # the template system can understand. + class PermLookupDict(object): def __init__(self, user, app_label): self.user, self.app_label = user, app_label |
