kopia lustrzana https://github.com/wagtail/wagtail
Contributor/changelog/release note for #1538
rodzic
94ad915fee
commit
30408252ff
|
@ -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 %}`
|
||||
|
|
|
@ -57,6 +57,7 @@ Contributors
|
|||
* Michael Fillier
|
||||
* Mitchel Cabuloy
|
||||
* Piet Delport
|
||||
* Tom Christie
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
@ -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 %}``
|
||||
|
|
Ładowanie…
Reference in New Issue