.. |
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 #19596 -- Use `_default_manager` instead of `objects` in the auth app.
|
2013-01-22 12:47:34 +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 #19357 -- Allow non-ASCII chars in filesystem paths
|
2012-12-08 11:13:52 +01:00 |
custom_user.py
|
Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.
|
2013-01-22 12:47:34 +01:00 |
decorators.py
|
Fixed #3011 -- Added swappable auth.User models.
|
2012-09-26 18:48:09 +08:00 |
forms.py
|
Fixed #18460 -- Fixed change detection of ReadOnlyPasswordHashField
|
2013-01-25 21:27:49 +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 #19509 -- Fixed crypt/bcrypt non-ascii password encoding
|
2012-12-22 16:04:10 +01:00 |
management.py
|
Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.
|
2013-01-22 12:47:34 +01: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
|
Corrected tests depending on the error message on the AuthenticationForm.
|
2012-12-16 07:18:45 +08:00 |