Release note for #743

pull/750/merge
Matt Westcott 2014-10-24 16:42:38 +01:00
rodzic 24ca59465e
commit 793ebd4cc2
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,7 @@ Changelog
* Fix: Made HTML whitelisting in rich text fields more robust at catching disallowed URL schemes such as "jav\tascript:" (Tim Heap)
* Fix: created_at timestamps on page revisions were not being preserved on page copy, causing revisions to get out of sequence
* 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.
0.7 (09.10.2014)
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -29,6 +29,7 @@ Bug fixes
* Made HTML whitelisting in rich text fields more robust at catching disallowed URL schemes such as ``jav\tascript:``
* ``created_at`` timestamps on page revisions were not being preserved on page copy, causing revisions to get out of sequence
* 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
Upgrade considerations