summaryrefslogtreecommitdiff
path: root/django/contrib/auth/context_processors.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-05-28Refs #24121 -- Added __repr__() to PermWrapper.abhiabhi94
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Removed __nonzero__() methods (for Python 2).Simon Charette
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2012-11-03Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-09-30Fixed #18991 -- Allowed permission lookup by "if in"Anssi Kääriäinen
2012-09-27Fixed #18979 -- Avoid endless loop caused by "val in PermLookupDict"Anssi Kääriäinen
2012-08-08[py3] Replaced __nonzero__ by __bool__Claude Paroz
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