diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.2.3.txt b/docs/releases/5.2.3.txt index 927ec16d34..70aa5aedb0 100644 --- a/docs/releases/5.2.3.txt +++ b/docs/releases/5.2.3.txt @@ -17,3 +17,6 @@ Bugfixes * Fixed a regression in Django 5.2 that caused :meth:`.QuerySet.bulk_update` to incorrectly convert ``None`` to JSON ``null`` instead of SQL ``NULL`` for ``JSONField`` (:ticket:`36419`). + +* Fixed a regression in Django 5.2.2 where the ``q`` parameter was removed from + the internal ``django.http.MediaType.params`` property (:ticket:`36446`). |
