summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_context_processors.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-28/+36
* Refs #24121 -- Added __repr__() to PermWrapper.abhiabhi942021-05-281-0/+7
* Fixed #32003 -- Added obj argument to has_perm() methods in tests.Alexander Todorov2020-09-141-1/+1
* Fixed #28984 -- Made assorted code simplifications.Tim Graham2018-01-031-6/+2
* Added a test for PermWrapper.__iter__().Mads Jensen2017-09-261-0/+4
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-4/+4
* Refs #23919 -- Removed misc references to Python 2.Tim Graham2017-01-211-15/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-2/+2
* Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham2017-01-171-14/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-4/+4
* Refs #26601 -- Deprecated old-style middleware.Tim Graham2016-05-171-0/+4
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-3/+13
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-18/+5
* Removed explicit User ids in tests.Tim Graham2015-11-241-2/+2
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-1/+12
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-0/+156