Release note for #11216 / #11234 in 5.2.1

pull/11236/head
Matt Westcott 2023-11-15 13:17:07 +00:00
rodzic f0697a6a9c
commit ba17ef19d3
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -50,6 +50,7 @@ Changelog
* Fix: Prevent upload of SVG images from failing when image feature detection is enabled (Joshua Munn)
* Fix: Fix crash when using the locale switcher on the snippets create view (Sage Abdullah)
* Fix: Fix performance regression on reports from calling `decorate_paginated_queryset` before pagination / filtering (Alex Tomkins)
* Fix: Make searching on specific fields work correctly on Elasticsearch when boost is in use (Matt Westcott)
* Docs: Fix code example for `{% picture ... as ... %}` template tag (Rezyapkin)

Wyświetl plik

@ -23,6 +23,7 @@ depth: 1
* Prevent upload of SVG images from failing when image feature detection is enabled (Joshua Munn)
* Fix crash when using the locale switcher on the snippets create view (Sage Abdullah)
* Fix performance regression on reports from calling `decorate_paginated_queryset` before pagination / filtering (Alex Tomkins)
* Make searching on specific fields work correctly on Elasticsearch when boost is in use (Matt Westcott)
### Documentation