Contributor/changelog/release note for #1538

pull/1579/head
Karl Hobley 2015-08-03 14:35:58 +01:00
rodzic 94ad915fee
commit 30408252ff
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,7 @@ Changelog
* Implemented the `specific()` method on PageQuerySet, to return pages as their most specific type
* "Promoted search results" has moved into its own module
* Elasticsearch backend now supports an experimental `ATOMIC_REBUILD` flag to keep the existing index available while the `update_index` task is running
* The wagtailapi module has been refactored to use Django REST Framework
* 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 %}`

Wyświetl plik

@ -57,6 +57,7 @@ Contributors
* Michael Fillier
* Mitchel Cabuloy
* Piet Delport
* Tom Christie
Translators
===========

Wyświetl plik

@ -29,6 +29,7 @@ The Elasticsearch search backend now accepts an experimental ``ATOMIC_REBUILD``
Minor features
~~~~~~~~~~~~~~
* The :mod:`~wagtail.contrib.wagtailapi` module has been refactored to use Django REST Framework
* 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 %}``