v5.2.1
版本发布时间: 2023-11-16 22:51:06
wagtail/wagtail最新发布版本:v6.2.2(2024-09-24 17:39:18)
- Fix: Add a fallback background for the editing preview iframe for sites without a background (Ian Price)
- Fix: Remove search logging from project template so that new projects without the search promotions module will not error (Matt Westcott)
- Fix: Ensure text only email notifications for updated comments do not escape HTML characters (Rohit Sharma)
- 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)
- 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)
- Fix: Prevent snippet permission post-migrate hook from failing on multiple database configurations (Joe Tsoi)
- Fix: Reinstate ability to filter on page type when searching on an empty query (Sage Abdullah)
- Fix: Prevent error on locked pages report when a user has locked multiple pages (Matt Westcott)
- Docs: Fix code example for
{% picture ... as ... %}
template tag (Rezyapkin)