mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-13 01:33:16 +00:00
release note for #643
This commit is contained in:
parent
616183a360
commit
6f9065d769
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue