django/tests/auth_tests/models
Simon Charette cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
..
__init__.py Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0. 2016-08-10 09:44:48 -04:00
custom_permissions.py Refs #23919 -- Removed python_2_unicode_compatible decorator usage 2017-01-18 13:44:34 +01:00
custom_user.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
invalid_models.py Fixed #25746 -- Isolated inlined test models registration. 2016-01-06 20:00:07 -05:00
is_active.py Removed unnecessary app_label='auth' on auth_tests models. 2015-10-27 08:19:45 -04:00
uuid_pk.py Fixed #26089 -- Removed custom user test models from public API. 2016-02-04 12:30:34 -05:00
with_custom_email_field.py Fixed #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'. 2016-09-27 11:59:00 -04:00
with_foreign_key.py Removed unnecessary app_label='auth' on auth_tests models. 2015-10-27 08:19:45 -04:00
with_integer_username.py Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0. 2016-08-10 09:44:48 -04:00