.. |
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
|
Avoided unneeded assertion on Python 3
|
2013-02-15 16:09:31 +01: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 #19758 -- Avoided leaking email existence through the password reset form.
|
2013-02-23 14:31:21 +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 -- Added backwards compatibility with old unsalted MD5 passwords
|
2013-02-02 12:02:36 +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 a security issue related to password resets
|
2012-10-17 14:36:41 -07:00 |
utils.py
|
Fixed #3011 -- Added swappable auth.User models.
|
2012-09-26 18:48:09 +08:00 |
views.py
|
Fixed #19758 -- Avoided leaking email existence through the password reset form.
|
2013-02-23 14:31:21 +01:00 |