Changelog/release note for #1537

pull/1541/head
Karl Hobley 2015-07-21 10:20:58 +01:00
rodzic 19170bf8b9
commit 624c0511c5
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -6,6 +6,7 @@ Changelog
* Implemented the `specific()` method on PageQuerySet, to return pages as their most specific type
* Implemented pagination in the page chooser modal
* Changed INSTALLED_APPS in project template to list apps in precedence order (Piet Delport)
* The `{% image %}` tag now supports filters on the image variable, e.g. `{% image primary_img|default:secondary_img width-500 %}`
* Moved the style guide menu item into the Settings sub-menu
* Search backends can now be specified by module (e.g. `wagtail.wagtailsearch.backends.elasticsearch`), rather than a specific class (`wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch`)

Wyświetl plik

@ -19,6 +19,7 @@ Minor features
~~~~~~~~~~~~~~
* Implemented pagination in the page chooser modal
* Changed INSTALLED_APPS in project template to list apps in precedence order
* The ``{% image %}`` tag now supports filters on the image variable, e.g. ``{% image primary_img|default:secondary_img width-500 %}``
* Moved the style guide menu item into the Settings sub-menu
* Search backends can now be specified by module (e.g. ``wagtail.wagtailsearch.backends.elasticsearch``), rather than a specific class (``wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch``)