From d8e2be459f97f1773c7edf7d37de180139146176 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 2 Aug 2018 21:56:26 -0400 Subject: Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string values. Regression in 7d96f0c49ab750799860e42716d7105e11de44de. --- docs/releases/2.1.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.1.1.txt b/docs/releases/2.1.1.txt index dd9662118d..b9ac90e33b 100644 --- a/docs/releases/2.1.1.txt +++ b/docs/releases/2.1.1.txt @@ -11,3 +11,6 @@ Bugfixes * Fixed a race condition in ``QuerySet.update_or_create()`` that could result in data loss (:ticket:`29499`). + +* Fixed a regression where ``QueryDict.urlencode()`` crashed if the dictionary + contains a non-string value (:ticket:`29627`). -- cgit v1.3