release note for #643

pull/651/head
Matt Westcott 2014-09-22 21:03:45 +01:00
rodzic 616183a360
commit 6f9065d769
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,7 @@ Changelog
* Page copy operations now also copy the page revision history
* Page models now support a 'parent_page_types' property in addition to 'subpage types', to restrict the types of page they can be created under
* 'register_snippet' can now be invoked as a decorator
* Project template updated to Django 1.7
0.6 (11.09.2014)
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -21,6 +21,7 @@ Minor features
* Page copy operations now also copy the page revision history.
* Page models now support a ``parent_page_types`` property in addition to ``subpage types``, to restrict the types of page they can be created under.
* ``register_snippet`` can now be invoked as a decorator.
* The project template (used when running ``wagtail start``) has been updated to Django 1.7.
Bug fixes
~~~~~~~~~