index
:
chango.git
devmain
fix-31295
initial-branch
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
/
checks.py
Age
Commit message (
Expand
)
Author
2025-11-05
Fixed #36709 -- Included static methods in system check for UserModel.is_anon...
Harsh Jain
2025-06-11
Removed default value for app_configs in system check functions.
Adam Johnson
2024-06-28
Reverted "Fixed #35564 -- Improved readability of subclass identification."
Sarah Boyce
2024-06-27
Fixed #35564 -- Improved readability of subclass identification.
Jaap Roes
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-29
Used model's Options.label/label_lower where applicable.
Mariusz Felisiak
2020-01-23
Fixed #31200 -- Added system checks for permissions codenames max length.
Michael Mulholland
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-09-06
Removed transitive import of types.MethodType from six.
Curtis Maloney
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-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2014-03-03
Edited contrib.auth check messages for grammar and consistency.
Russell Keith-Magee
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee