2023-11-16 15:30:49 +01:00
|
|
|
# Wagtail 5.2.1 release notes
|
2023-11-06 17:28:30 +01:00
|
|
|
|
2023-11-16 15:30:49 +01:00
|
|
|
_November 16, 2023_
|
2023-11-06 17:28:30 +01:00
|
|
|
|
|
|
|
```{contents}
|
|
|
|
---
|
|
|
|
local:
|
|
|
|
depth: 1
|
|
|
|
---
|
|
|
|
```
|
|
|
|
|
|
|
|
## What's new
|
|
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
|
|
|
* Add a fallback background for the editing preview iframe for sites without a background (Ian Price)
|
2023-11-06 13:08:53 +01:00
|
|
|
* Remove search logging from project template so that new projects without the search promotions module will not error (Matt Westcott)
|
2023-10-27 20:40:34 +02:00
|
|
|
* Ensure text only email notifications for updated comments do not escape HTML characters (Rohit Sharma)
|
2023-10-04 18:28:15 +02:00
|
|
|
* Use logical OR operator to combine search fields for Django ORM in generic IndexView (Varun Kumar)
|
2023-11-06 17:18:46 +01:00
|
|
|
* Ensure that explorer_results views fill in the correct next_url parameter on action URLs (Matt Westcott)
|
2023-11-09 12:39:51 +01:00
|
|
|
* Fix crash when accessing the history view for a translatable snippet (Sage Abdullah)
|
2023-11-13 10:04:06 +01:00
|
|
|
* Prevent upload of SVG images from failing when image feature detection is enabled (Joshua Munn)
|
2023-11-14 11:59:19 +01:00
|
|
|
* Fix crash when using the locale switcher on the snippets create view (Sage Abdullah)
|
2023-11-14 13:09:56 +01:00
|
|
|
* Fix performance regression on reports from calling `decorate_paginated_queryset` before pagination / filtering (Alex Tomkins)
|
2023-11-15 14:17:07 +01:00
|
|
|
* Make searching on specific fields work correctly on Elasticsearch when boost is in use (Matt Westcott)
|
2023-11-03 13:45:06 +01:00
|
|
|
* Prevent snippet permission post-migrate hook from failing on multiple database configurations (Joe Tsoi)
|
2023-11-16 11:12:20 +01:00
|
|
|
* Reinstate ability to filter on page type when searching on an empty query (Sage Abdullah)
|
2023-11-16 14:55:36 +01:00
|
|
|
* Prevent error on locked pages report when a user has locked multiple pages (Matt Westcott)
|
2023-11-06 17:31:38 +01:00
|
|
|
|
|
|
|
### Documentation
|
|
|
|
|
|
|
|
* Fix code example for `{% picture ... as ... %}` template tag (Rezyapkin)
|