release note for #491

pull/636/head
Matt Westcott 2014-09-16 15:47:40 +01:00
rodzic fa558b149d
commit 4ed76af781
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -6,6 +6,7 @@ Changelog
* Added interface for choosing focal point on images
* Removed 'content_type' template filter from the project template, as the same thing can be accomplished with self.get_verbose_name|slugify
* 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
0.6 (11.09.2014)
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -18,8 +18,8 @@ Minor features
~~~~~~~~~~~~~~
* The ``content_type`` template filter has been removed from the project template, as the same thing can be accomplished with ``self.get_verbose_name|slugify``.
* Page copy operations now also copy the page revision history
* 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.
Bug fixes
~~~~~~~~~