mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-21 23:24:45 +00:00
Release note for #3277 backport to 1.8.x
This commit is contained in:
parent
976671cee5
commit
c43cf8ad2d
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,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