django1/django/contrib
Markus Holtermann b9b35f9efa
Fixed #27840 -- Fixed KeyError in PasswordResetConfirmView.form_valid().
When a user is already logged in when submitting the password and
password confirmation to reset a password, a KeyError occurred while
removing the reset session token from the session.

Refs #17209

Thanks Quentin Marlats for the report and Florian Apolloner and Tim
Graham for the review.
2017-02-15 00:35:04 +01:00
..
admin Fixed #27356 -- Fixed ModelAdmin.lookup_allowed() for some nested relations. 2017-02-07 19:33:26 -05:00
admindocs Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
auth Fixed #27840 -- Fixed KeyError in PasswordResetConfirmView.form_valid(). 2017-02-15 00:35:04 +01:00
contenttypes Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
flatpages Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
gis Fixed #25524 -- Removed GISOperations.get_distance()'s handle_spheroid param. 2017-02-11 05:47:20 -05:00
humanize Refs #27795 -- Removed force_text from the template layer 2017-02-07 17:14:02 +01:00
messages Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
postgres Refs #26610 -- Added CIText mixin and CIChar/Email/TextField. 2017-02-11 07:16:35 -05:00
redirects Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
sessions Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
sitemaps Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
sites Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
staticfiles Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 2017-02-09 09:03:47 -05:00
syndication Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
__init__.py