.. |
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 #2550 -- Allow the auth backends to raise the PermissionDenied exception to completely stop the authentication chain. Many thanks to namn, danielr, Dan Julius, Łukasz Rekucki, Aashu Dwivedi and umbrae for working this over the years.
|
2012-11-17 20:24:54 +01:00 |
basic.py
|
Updated User manager when testing custom AUTH_USER_MODEL
|
2012-11-24 16:00:00 +01:00 |
context_processors.py
|
Fixed #18991 -- Allowed permission lookup by "if in"
|
2012-09-30 19:38:16 +03:00 |
custom_user.py
|
Fixed #19061 -- added is_active attribute to AbstractBaseUser
|
2012-10-28 23:04:03 -07:00 |
decorators.py
|
Fixed #3011 -- Added swappable auth.User models.
|
2012-09-26 18:48:09 +08:00 |
forms.py
|
Fixed #19133 -- Corrected regression in form handling for user passwords.
|
2012-10-20 11:41:54 +08:00 |
handlers.py
|
Fixed #19057 (again) -- added additional tests
|
2012-10-29 22:24:42 -07:00 |
hashers.py
|
Fixed #18182 -- Made is_usable_password check if hashing algorithm is correct
|
2012-09-12 11:32:50 +02:00 |
management.py
|
Fixed #19067 -- Clarified handling of username in createsuperuser.
|
2012-10-13 13:36:07 +08:00 |
models.py
|
Added some test guards for some recently added auth tests.
|
2012-10-30 10:28:35 +08: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 #19172 -- Isolated poisoned_http_host tests from 500 handlers
|
2012-10-29 17:28:04 +01:00 |