django/tests/auth_tests/models
Alasdair Nicol 1ea87c8c79 Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs
Clarified docs to say that a non-unique USERNAME_FIELD is permissable
as long as the custom auth backend can support it.
2015-06-06 09:33:02 -04:00
..
__init__.py Fixed #24161 -- Stored the user primary key as a serialized value in the session. 2015-02-12 07:38:16 -05:00
custom_permissions.py Moved non-documented auth test models to the new test location. 2015-02-11 10:29:48 -05:00
invalid_models.py Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs 2015-06-06 09:33:02 -04:00
is_active.py Moved non-documented auth test models to the new test location. 2015-02-11 10:29:48 -05:00
uuid_pk.py Fixed #24161 -- Stored the user primary key as a serialized value in the session. 2015-02-12 07:38:16 -05:00
with_foreign_key.py Moved non-documented auth test models to the new test location. 2015-02-11 10:29:48 -05:00