1
0
mirror of https://github.com/django/django.git synced 2025-03-16 04:10:45 +00:00
django/docs/releases/5.1.7.txt
Sarah Boyce 05002c153c 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.
2025-02-13 15:49:25 +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`).