mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 13:10:14 +01:00
Release note for #3277 backport to 1.8.x
This commit is contained in:
parent
7c5d1b2ddb
commit
a1ba54038f
@ -110,6 +110,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)
|
||||
|
||||
|
||||
1.8.1 (26.01.2017)
|
||||
|
@ -14,3 +14,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)
|
||||
|
Loading…
Reference in New Issue
Block a user