release note for 554

pull/664/head
Matt Westcott 2014-10-01 15:04:12 +01:00
rodzic a72943025f
commit 3f61e8a650
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -12,6 +12,7 @@ Changelog
* 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
* 'boost' applied to the title field on searches reduced from 100 to 2
* Fix: 'wagtail start' command now works on Windows
* Fix: The external image URL generator no longer stores generated images in Django's cache

Wyświetl plik

@ -30,6 +30,7 @@ Minor features
* 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.
* The 'boost' applied to the title field on searches has been reduced from 100 to 2. See :ref:`wagtailsearch_for_python_developers`.
Bug fixes
~~~~~~~~~