mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
2d5dc4d8f5
Regression in dc049cd880
.
875 B
875 B
Wagtail 5.2.1 release notes - IN DEVELOPMENT
Unreleased
---
local:
depth: 1
---
What's new
Bug fixes
- Add a fallback background for the editing preview iframe for sites without a background (Ian Price)
- Remove search logging from project template so that new projects without the search promotions module will not error (Matt Westcott)
- Ensure text only email notifications for updated comments do not escape HTML characters (Rohit Sharma)
- 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)
Documentation
- Fix code example for
{% picture ... as ... %}
template tag (Rezyapkin)