diff options
| author | Tim Graham <timograham@gmail.com> | 2018-08-02 21:56:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-02 21:56:26 -0400 |
| commit | d8e2be459f97f1773c7edf7d37de180139146176 (patch) | |
| tree | bee96d62219e6340adfb7d2bca22176bbf3c5bf8 /docs | |
| parent | 2e3ba9f5927048655fffa620bbac4f8b048056a4 (diff) | |
Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string values.
Regression in 7d96f0c49ab750799860e42716d7105e11de44de.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
