django1/django/contrib/auth/tests
matiasb f39fead1c3 Fixed #19945 -- Fixed default User model Meta inheritance.
Updated default User model Meta class to extend AbstractUser Meta
where translated verbose_name and verbose_name_plural are
defined.
2013-03-01 19:32:20 -03:00
..
templates Fixed #19354 -- Do not assume usermodel.pk == usermodel.id 2012-11-29 21:45:43 +01:00
__init__.py Updated User manager when testing custom AUTH_USER_MODEL 2012-11-24 16:00:00 +01:00
auth_backends.py Fixed #19662 -- alter auth modelbackend to accept custom username fields 2013-02-07 16:07:56 -08:00
basic.py Fixed #19945 -- Fixed default User model Meta inheritance. 2013-03-01 19:32:20 -03:00
context_processors.py Fixed #19839 -- Isolated auth tests from customized TEMPLATE_LOADERS 2013-02-18 09:22:25 +01:00
custom_user.py Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom User models. 2013-02-15 09:00:55 +08:00
decorators.py Fixed #18558 -- Added url property to HttpResponseRedirect* 2013-02-13 10:29:32 +01:00
forms.py Fixed the usage of the deprecated assertEquals. 2013-02-24 11:15:17 +01:00
handlers.py Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app. 2013-01-22 12:47:34 +01:00
hashers.py Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt. 2013-02-25 20:21:58 +01:00
management.py Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom User models. 2013-02-15 09:00:55 +08:00
models.py Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app. 2013-01-22 12:47:34 +01:00
remote_user.py Fixed #17869 - force logout when REMOTE_USER header disappears 2012-10-29 22:58:14 -07:00
signals.py Fixed #18616 -- added user_login_fail signal to contrib.auth 2012-09-30 22:34:50 -07:00
tokens.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
urls.py Fixed #15198 -- pass request to AuthenticationForm 2013-02-23 15:28:49 -08:00
utils.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
views.py Fixed #15198 -- pass request to AuthenticationForm 2013-02-23 15:28:49 -08:00