2.15.6.rst 626 B

1234567891011121314151617181920
  1. ============================
  2. Wagtail 2.15.6 release notes
  3. ============================
  4. *September 5, 2022*
  5. .. contents::
  6. :local:
  7. :depth: 1
  8. What's new
  9. ==========
  10. Bug fixes
  11. ~~~~~~~~~
  12. * 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)
  13. * On the Locked pages report, limit the "locked by" filter to just users who have locked pages (Stefan Hammer)
  14. * Ensure Python 3.10 compatibility when using Elasticsearch backend (Przemysław Buczkowski, Matt Westcott)