summaryrefslogtreecommitdiff
path: root/docs/releases/6.0.1.txt
blob: 72c35b3e695200230a7ddb620774da2b2a76eab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
==========================
Django 6.0.1 release notes
==========================

*Expected January 6, 2026*

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`).