diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.1.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/6.0.1.txt b/docs/releases/6.0.1.txt index 946102030c..72c35b3e69 100644 --- a/docs/releases/6.0.1.txt +++ b/docs/releases/6.0.1.txt @@ -9,4 +9,6 @@ Django 6.0.1 fixes several bugs in 6.0. Bugfixes ======== -* ... +* Fixed a regression in Django 6.0 where :ttag:`querystring` mishandled + multi-value :class:`~django.http.QueryDict` keys, both by only preserving the + last value and by incorrectly handling ``None`` values (:ticket:`36783`). |
