mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-17 03:31:11 +00:00
parent
b641bb8ce8
commit
030c6b9548
2 changed files with 6 additions and 0 deletions
|
|
@ -5,12 +5,15 @@ Changelog
|
|||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* Removed support for Python 2.7, Django 1.8 and Django 1.10
|
||||
* Moved Wagtail API v1 implementation (`wagtail.contrib.api`) to an external app (https://github.com/wagtail/wagtailapi_legacy) (Karl Hobley)
|
||||
* Implement ordering by date in form submission view (LB (Ben Johnston))
|
||||
* Elasticsearch scroll API is now used when fetching more than 100 search results (Karl Hobley)
|
||||
* Added hidden field to the form builder (Ross Crawford-d'Heureuse)
|
||||
* Image usage count now shows on delete confirmation page when WAGTAIL_USAGE_COUNT_ENABLED is active (Kees Hink)
|
||||
* Fix: Do not remove stopwords when generating slugs from non-ASCII titles, to avoid issues with incorrect word boundaries (Sævar Öfjörð Magnússon)
|
||||
* Fix: The PostgreSQL search backend now preserves ordering of the `QuerySet` when searching with `order_by_relevance=False` (Bertrand Bordage)
|
||||
* Fix: Using `modeladmin_register` as a decorator no longer replaces the decorated class with `None` (Tim Heap)
|
||||
* Fix: Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
|
||||
|
||||
1.13 (16.10.2017)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@ What's new
|
|||
Other features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
* Moved Wagtail API v1 implementation (``wagtail.contrib.api``) to an `external app <https://github.com/wagtail/wagtailapi_legacy>`_ (Karl Hobley)
|
||||
* Implement ordering by date in form submission view (LB (Ben Johnston))
|
||||
* Elasticsearch scroll API is now used when fetching more than 100 search results (Karl Hobley)
|
||||
* Added hidden field to the form builder (Ross Crawford-d'Heureuse)
|
||||
* Image usage count now shows on delete confirmation page when WAGTAIL_USAGE_COUNT_ENABLED is active (Kees Hink)
|
||||
|
|
@ -24,6 +26,7 @@ Bug fixes
|
|||
* Do not remove stopwords when generating slugs from non-ASCII titles, to avoid issues with incorrect word boundaries (Sævar Öfjörð Magnússon)
|
||||
* The PostgreSQL search backend now preserves ordering of the ``QuerySet`` when searching with ``order_by_relevance=False`` (Bertrand Bordage)
|
||||
* Using ``modeladmin_register`` as a decorator no longer replaces the decorated class with ``None`` (Tim Heap)
|
||||
* Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue