mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string values.
Regression in 7d96f0c49a.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user