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_checks.py
Age
Commit message (
Expand
)
Author
2024-05-22
Fixed #31405 -- Added LoginRequiredMiddleware.
Hisham Mahmood
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-10-20
Fixed #32121 -- Fixed detecting uniqueness of USERNAME_FIELD when using Meta....
Hannes Ljungberg
2020-02-26
Fixed #31289 -- Added hint for USERNAME_FIELD/REQUIRED_FIELDS system check.
aryan
2020-01-23
Fixed #31200 -- Added system checks for permissions codenames max length.
Michael Mulholland
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-08-03
Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
Sergey Yurchenko
2016-05-06
Refs #25847 -- Added system check for UserModel.is_anonymous/is_authenticated...
Tim Graham
2016-04-06
Fixed #26470 -- Converted auth permission validation to system checks.
Simon Charette
2016-04-06
Extracted auth checks tests into their own module.
Simon Charette