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
/
tests
/
auth_tests
/
test_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
2020-09-14
Fixed #32003 -- Added obj argument to has_perm() methods in tests.
Alexander Todorov
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2017-09-26
Added a test for PermWrapper.__iter__().
Mads Jensen
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-17
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-05-17
Refs #26601 -- Deprecated old-style middleware.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2015-11-24
Removed explicit User ids in tests.
Tim Graham
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham