From be26ac85fdf06a7a8a655f6e7000b1263890717d Mon Sep 17 00:00:00 2001 From: Marc Gibbons <1726961+marcgibbons@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:42:43 -0500 Subject: [6.0.x] Fixed #36783 -- Ensured proper handling of multi-value QueryDicts in querystring template tag. Co-authored-by: Jacob Walls Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Backport of 922c4cf972e04b1ce7ecee592231106724dcfd09 from main. --- docs/releases/6.0.1.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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`). -- cgit v1.3