django/tests/auth_tests/models
Mariusz Felisiak 305757aec1
Applied Black's 2024 stable style.
https://github.com/psf/black/releases/tag/24.1.0
2024-01-26 12:45:07 +01:00
..
__init__.py Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when using Meta.constraints. 2022-04-01 11:39:41 +02:00
custom_permissions.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
custom_user.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
invalid_models.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
is_active.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
minimal.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
no_password.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
proxy.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
uuid_pk.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
with_custom_email_field.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
with_foreign_key.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
with_integer_username.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
with_last_login_attr.py Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_login isn't a field. 2018-02-21 10:36:31 -05:00
with_many_to_many.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
with_unique_constraint.py Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when using Meta.constraints. 2022-04-01 11:39:41 +02:00