mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-28 16:38:17 +00:00
Release note for #3277 backport to 1.8.x
This commit is contained in:
parent
7c5d1b2ddb
commit
a1ba54038f
2 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue