index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
context_processors.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-05-28
Refs #24121 -- Added __repr__() to PermWrapper.
abhiabhi94
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-19
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-09-30
Fixed #18991 -- Allowed permission lookup by "if in"
Anssi Kääriäinen
2012-09-27
Fixed #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-31
Cleaned up how ``request.user`` is set, this is a follow up to [16297]. Thank...
Alex Gaynor
2011-04-07
Fixed #15757 - removed remaining instances of get_and_delete_messages
Luke Plant
2011-02-23
Fixed #15299 -- Started the process of migrating the auth context processor s...
Russell Keith-Magee
2010-02-21
Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...
Jannis Leidel