Release note for in 5.2.1

pull/11133/head
Matt Westcott 2023-11-14 12:09:56 +00:00
rodzic fa7a2bc38c
commit 583b0a297f
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -47,6 +47,7 @@ Changelog
* Fix: Fix crash when accessing the history view for a translatable snippet (Sage Abdullah)
* 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)
* Docs: Fix code example for `{% picture ... as ... %}` template tag (Rezyapkin)

Wyświetl plik

@ -22,6 +22,7 @@ depth: 1
* Fix crash when accessing the history view for a translatable snippet (Sage Abdullah)
* 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)
### Documentation