Release note for #3277 backport to 1.8.x

This commit is contained in:
Matt Westcott 2017-04-21 14:49:55 +01:00
parent 976671cee5
commit c43cf8ad2d
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -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)