.. |
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 #17051 -- Removed some 'invalid' field error messages
|
2013-03-14 17:03:43 +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 #20138 -- Added BCryptSHA256PasswordHasher
|
2013-03-26 13:26:57 -04: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 |
urls_admin.py
|
Fixed #20078: don't allow filtering on password in the user admin.
|
2013-03-27 11:24:36 -05:00 |
utils.py
|
Fixed #3011 -- Added swappable auth.User models.
|
2012-09-26 18:48:09 +08:00 |
views.py
|
Fixed #20078: don't allow filtering on password in the user admin.
|
2013-03-27 11:24:36 -05:00 |