wagtail/docs/releases/1.8.2.rst

19 wiersze
463 B
ReStructuredText

===========================
Wagtail 1.8.2 release notes
===========================
.. contents::
:local:
:depth: 1
What's changed
==============
Bug fixes
~~~~~~~~~
* Removed erroneous ``|safe`` filter from search results template in project template (Karl Hobley)
* Avoid indexing unsaved field content on ``save(update_fields=[...])`` operations (Matt Westcott)
* Prevent pages from being recursively copied into themselves (Matheus Bratfisch)