Release note for

pull/765/head
Matt Westcott 2014-10-28 15:48:16 +00:00
rodzic 80c0822066
commit 47e32a3cd1
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -16,6 +16,7 @@ Changelog
* Fix: When copying pages recursively, revisions of sub-pages were being copied regardless of the copy_revisions flag
* Fix: Updated the migration dependencies within the project template to ensure that Wagtail's own migrations consistently apply first.
* Fix: The cache of site root paths is now cleared when a site is deleted.
* Fix: Search indexing now prevents pages from being indexed multiple times, as both the base Page model and the specific subclass
0.7 (09.10.2014)
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -32,7 +32,7 @@ Bug fixes
* When copying pages recursively, revisions of sub-pages were being copied regardless of the ``copy_revisions`` flag
* Updated the migration dependencies within the project template to ensure that Wagtail's own migrations consistently apply first
* The cache of site root paths is now cleared when a site is deleted
* Search indexing now prevents pages from being indexed multiple times, as both the base Page model and the specific subclass
Upgrade considerations
======================