1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/tests/auth_tests/models
2017-10-20 11:13:26 -04:00
..
__init__.py
custom_permissions.py
custom_user.py
invalid_models.py
is_active.py
minimal.py
uuid_pk.py
with_custom_email_field.py Fixed #27515 -- Made AuthenticationForm's username field use the max_length from the model field. 2017-10-20 11:13:26 -04:00
with_foreign_key.py
with_integer_username.py