kopia lustrzana https://github.com/wagtail/wagtail
Changelog/release note for #1444
rodzic
04a73fb205
commit
adc44cfa1a
|
@ -5,6 +5,7 @@ Changelog
|
|||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* Implemented the `specific()` method on PageQuerySet, to return pages as their most specific type
|
||||
* Implemented pagination in the page chooser modal
|
||||
* 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`)
|
||||
|
|
|
@ -18,6 +18,7 @@ Usually, an operation that retrieves a queryset of pages (such as ``homepage.get
|
|||
Minor features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
* Implemented pagination in the page chooser modal
|
||||
* 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``)
|
||||
* Search backends can now be specified by module (e.g. ``wagtail.wagtailsearch.backends.elasticsearch``), rather than a specific class (``wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch``)
|
||||
|
|
Ładowanie…
Reference in New Issue