1
0
mirror of https://github.com/django/django.git synced 2025-03-12 18:30:48 +00:00
django/docs/releases/5.1.7.txt
Sarah Boyce 92d5b2f389 [5.2.x] Fixed #36182 -- Returned "?" if all parameters are removed in querystring template tag.
Thank you to David Feeley for the report and Natalia Bidart for the review.

Backport of 05002c153c5018e4429a326a6699c7c45e5ea957 from main.
2025-02-13 15:50:53 +01:00

15 lines
370 B
Plaintext

==========================
Django 5.1.7 release notes
==========================
*Expected March 5, 2025*
Django 5.1.7 fixes several bugs in 5.1.6.
Bugfixes
========
* Fixed a bug in Django 5.1 where the ``{% querystring %}`` template tag
returned an empty string rather than ``"?"`` when all parameters had been
removed from the query string (:ticket:`36182`).