1
0
mirror of https://github.com/django/django.git synced 2024-12-28 03:55:50 +00:00
django/tests/auth_tests/models
2022-04-01 11:39:41 +02: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 Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +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
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