..
handlers
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
2017-02-04 16:39:28 -05:00
locale
Updated translations from Transifex
2016-09-30 22:12:41 +02:00
management
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
2017-02-04 16:39:28 -05:00
migrations
Fixed #26993 -- Increased User.last_name max_length to 150 characters.
2017-01-28 09:29:00 -05:00
templates
Fixed #15667 -- Added template-based widget rendering.
2016-12-27 17:50:10 -05:00
__init__.py
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
2017-02-04 16:39:28 -05:00
admin.py
Converted usage of ugettext* functions to their gettext* aliases
2017-02-07 09:04:04 +01:00
apps.py
Converted usage of ugettext* functions to their gettext* aliases
2017-02-07 09:04:04 +01:00
backends.py
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
2017-02-04 16:39:28 -05:00
base_user.py
Converted usage of ugettext* functions to their gettext* aliases
2017-02-07 09:04:04 +01: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
Refs #27795 -- Removed force_text from the template layer
2017-02-07 17:14:02 +01:00
hashers.py
Converted usage of ugettext* functions to their gettext* aliases
2017-02-07 09:04:04 +01:00
middleware.py
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
2017-02-04 16:39:28 -05:00
mixins.py
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
2017-02-04 16:39:28 -05:00
models.py
Converted usage of ugettext* functions to their gettext* aliases
2017-02-07 09:04:04 +01:00
password_validation.py
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
2017-02-09 09:03:47 -05:00
signals.py
Fixed #23155 -- Added request argument to user_login_failed signal.
2016-09-12 20:30:34 -04:00
tokens.py
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
2017-02-04 16:39:28 -05:00
urls.py
Fixed #17209 -- Added password reset/change class-based views
2016-07-16 10:36:12 +02:00
validators.py
Converted usage of ugettext* functions to their gettext* aliases
2017-02-07 09:04:04 +01:00
views.py
Fixed #27840 -- Fixed KeyError in PasswordResetConfirmView.form_valid().
2017-02-15 00:35:04 +01:00