|
@@ -9,11 +9,14 @@ Changelog
|
|
|
* 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)
|
|
|
+ * Usage count now shows on delete confirmation page when WAGTAIL_USAGE_COUNT_ENABLED is active (Kees Hink)
|
|
|
+ * Added usage count to snippets (Kees Hink)
|
|
|
+ * Moved usage count to the sidebar on the edit page (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)
|
|
|
+ * Fix: The `{% routablepageurl %}` template tag no longer generates invalid URLs when the `WAGTAIL_APPEND_SLASH` setting was set to `False` (Venelin Stoykov)
|
|
|
|
|
|
1.13 (16.10.2017)
|
|
|
~~~~~~~~~~~~~~~~~
|