0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/releases/2.15.6.rst

21 lines
626 B
ReStructuredText
Raw Normal View History

2022-09-05 14:13:22 +02:00
============================
Wagtail 2.15.6 release notes
============================
*September 5, 2022*
2022-09-05 14:13:22 +02:00
.. contents::
:local:
:depth: 1
What's new
==========
Bug fixes
~~~~~~~~~
2022-09-05 14:19:12 +02:00
* Ensure the upgrade notification request for the latest release, which can be disabled via the ``WAGTAIL_ENABLE_UPDATE_CHECK`` sends the referrer origin with ``strict-origin-when-cross-origin`` (Karl Hobley)
* On the Locked pages report, limit the "locked by" filter to just users who have locked pages (Stefan Hammer)
2022-09-05 14:19:12 +02:00
* Ensure Python 3.10 compatibility when using Elasticsearch backend (Przemysław Buczkowski, Matt Westcott)