Release note for in 5.2.1

pull/11203/head^2
Matt Westcott 2023-11-13 09:04:06 +00:00
rodzic 47d048e242
commit d4c18909df
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -45,6 +45,7 @@ Changelog
* Fix: Use logical OR operator to combine search fields for Django ORM in generic IndexView (Varun Kumar)
* Fix: Ensure that explorer_results views fill in the correct next_url parameter on action URLs (Matt Westcott)
* 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)
* Docs: Fix code example for `{% picture ... as ... %}` template tag (Rezyapkin)

Wyświetl plik

@ -20,6 +20,7 @@ depth: 1
* Use logical OR operator to combine search fields for Django ORM in generic IndexView (Varun Kumar)
* Ensure that explorer_results views fill in the correct next_url parameter on action URLs (Matt Westcott)
* 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)
### Documentation