From aeb8c381789ad93866223f8bd07d09ae5e2edd9e Mon Sep 17 00:00:00 2001 From: Mattia Procopio Date: Fri, 16 Mar 2018 02:33:15 +0100 Subject: Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a non-UUID where one is expected. --- docs/releases/2.0.4.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.0.4.txt b/docs/releases/2.0.4.txt index be538b46fd..0c4a9aff5a 100644 --- a/docs/releases/2.0.4.txt +++ b/docs/releases/2.0.4.txt @@ -17,3 +17,7 @@ Bugfixes * Corrected admin's autocomplete widget to add a space after custom classes (:ticket:`29221`). + +* Fixed ``PasswordResetConfirmView`` crash when using a user model with a + ``UUIDField`` primary key and the reset URL contains an encoded primary key + value that decodes to an invalid UUID (:ticket:`29206`). -- cgit v1.3