.. |
handlers
|
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
|
2017-02-04 16:39:28 -05:00 |
locale
|
Updated contrib translations from Transifex
|
2017-12-01 21:51:30 +01:00 |
management
|
Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.
|
2017-11-03 20:00:08 -04:00 |
migrations
|
Fixed #28152 -- Made migrations serialize sets as set literals rather than set().
|
2017-05-18 09:33:40 -04:00 |
templates
|
Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.
|
2017-04-19 12:59:30 -04:00 |
__init__.py
|
Refs #25187 -- Required the authenticate() method of authentication backends to have request as the first positional argument.
|
2017-09-22 12:51:18 -04:00 |
admin.py
|
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
2017-09-20 18:04:42 -04:00 |
apps.py
|
Fixed #26823 -- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field.
|
2017-05-29 17:31:18 -04:00 |
backends.py
|
Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mutating get_user_permissions().
|
2017-10-14 20:47:49 -04:00 |
base_user.py
|
Removed unneeded __init__() methods.
|
2017-09-07 08:10:49 -04:00 |
checks.py
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
common-passwords.txt.gz
|
Fixed #16860 -- Added password validation to django.contrib.auth.
|
2015-06-07 19:31:20 +02:00 |
context_processors.py
|
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
|
2017-02-04 16:39:28 -05:00 |
decorators.py
|
Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.
|
2017-01-21 13:20:17 -05:00 |
forms.py
|
Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error when using ModelBackend.
|
2017-11-08 09:39:12 -05:00 |
hashers.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
middleware.py
|
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
|
2017-09-07 08:16:21 -04:00 |
mixins.py
|
Refs #27795 -- Replaced many force_text() with str()
|
2017-04-27 09:10:02 +02:00 |
models.py
|
Removed unneeded __init__() methods.
|
2017-09-07 08:10:49 -04:00 |
password_validation.py
|
Refs #27795 -- Replaced many force_text() with str()
|
2017-04-27 09:10:02 +02:00 |
signals.py
|
Fixed #23155 -- Added request argument to user_login_failed signal.
|
2016-09-12 20:30:34 -04:00 |
tokens.py
|
Refs #28248 -- Clarified the precision of PASSWORD_RESET_TIMEOUT_DAYS.
|
2017-10-12 14:58:18 -04:00 |
urls.py
|
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
2017-09-20 18:04:42 -04:00 |
validators.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
views.py
|
Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_then_login().
|
2017-09-22 12:51:17 -04:00 |