Release note for #3252 backport to 1.8.x

pull/3186/merge
Matt Westcott 2017-04-21 15:08:01 +01:00
rodzic a1ba54038f
commit b04b31dc90
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -111,6 +111,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)
* Fix: Prevent pages from being recursively copied into themselves (Matheus Bratfisch)
1.8.1 (26.01.2017)

Wyświetl plik

@ -15,3 +15,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)
* Prevent pages from being recursively copied into themselves (Matheus Bratfisch)