Mariusz Felisiak
|
7119f40c98
|
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
2022-02-07 20:37:05 +01:00 |
django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
Hannes Ljungberg
|
f7963615eb
|
Fixed #32121 -- Fixed detecting uniqueness of USERNAME_FIELD when using Meta.constraints.
Co-authored-by: Simon Charette <charettes@users.noreply.github.com>
|
2020-10-20 07:23:51 +02:00 |
aryan
|
fba5d3b6e6
|
Fixed #31289 -- Added hint for USERNAME_FIELD/REQUIRED_FIELDS system check.
|
2020-02-26 08:40:36 +01:00 |
Michael Mulholland
|
5a68a223c7
|
Fixed #31200 -- Added system checks for permissions codenames max length.
|
2020-01-23 12:22:59 +01:00 |
Дилян Палаузов
|
6c0042430e
|
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
|
2017-11-06 22:41:03 -05:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Sergey Yurchenko
|
4e64e3bb6e
|
Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
|
2016-08-03 09:14:01 -04:00 |
Tim Graham
|
03efa304bc
|
Refs #25847 -- Added system check for UserModel.is_anonymous/is_authenticated methods.
|
2016-05-06 08:56:06 -04:00 |
Simon Charette
|
a872194802
|
Fixed #26470 -- Converted auth permission validation to system checks.
Thanks Tim for the review.
|
2016-04-06 22:40:43 -04:00 |
Simon Charette
|
fc34be896d
|
Extracted auth checks tests into their own module.
|
2016-04-06 22:40:43 -04:00 |