Release note for #3277 backport to 1.8.x

pull/3186/merge
Matt Westcott 2017-04-21 14:49:55 +01:00
rodzic 7c5d1b2ddb
commit a1ba54038f
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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