mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Release note for #3252 backport to 1.8.x
This commit is contained in:
parent
a1ba54038f
commit
b04b31dc90
2 changed files with 2 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ Changelog
|
|||
|
||||
* Fix: Removed erroneous `|safe` filter from search results template in project template (Karl Hobley)
|
||||
* Fix: Avoid indexing unsaved field content on `save(update_fields=[...])` operations (Matt Westcott)
|
||||
* Fix: Prevent pages from being recursively copied into themselves (Matheus Bratfisch)
|
||||
|
||||
|
||||
1.8.1 (26.01.2017)
|
||||
|
|
|
|||
|
|
@ -15,3 +15,4 @@ 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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue