From 0cae6069dc906305da60f956f50ede2830203fd9 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 20 Mar 2018 20:49:09 -0400 Subject: [PATCH] [2.0.x] Fixed typo in docs/releases/2.0.4.txt. --- docs/releases/2.0.4.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/releases/2.0.4.txt b/docs/releases/2.0.4.txt index 6614808990..d27ccf98bc 100644 --- a/docs/releases/2.0.4.txt +++ b/docs/releases/2.0.4.txt @@ -20,7 +20,6 @@ Bugfixes * 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 a non-UUID (:ticket:`29206`). value that decodes to an invalid UUID (:ticket:`29206`). * Fixed a regression in Django 1.11.8 where combining two annotated