2017-10-09 19:34:43 +02:00
==========================================
Wagtail 2.0 release notes - IN DEVELOPMENT
==========================================
.. contents ::
:local:
:depth: 1
What's new
==========
Other features
~~~~~~~~~~~~~~
2017-10-26 14:54:17 +02:00
* Moved Wagtail API v1 implementation (`` wagtail.contrib.api `` ) to an `external app <https://github.com/wagtail/wagtailapi_legacy> `_ (Karl Hobley)
2017-10-30 11:17:12 +01:00
* The page chooser now searches all fields of a page, instead of just the title (Bertrand Bordage)
2017-10-26 14:54:17 +02:00
* Implement ordering by date in form submission view (LB (Ben Johnston))
2017-10-25 16:28:32 +02:00
* Elasticsearch scroll API is now used when fetching more than 100 search results (Karl Hobley)
2017-02-03 13:14:35 +01:00
* Added hidden field to the form builder (Ross Crawford-d'Heureuse)
2017-10-26 17:53:09 +02:00
* 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)
2017-10-31 01:03:30 +01:00
* Explorer menu now reflects customisations to the page listing made via the `construct_explorer_page_queryset` hook and `ModelAdmin.exclude_from_explorer` property (Tim Heap)
2017-11-03 14:14:10 +01:00
* "Choose another image" button changed to "Change image" to avoid ambiguity (Edd Baldry)
2017-07-14 02:46:33 +02:00
* Added hooks `` before_create_user `` , `` after_create_user `` , `` before_delete_user `` , `` after_delete_user `` , `` before_edit_user `` , `` after_edit_user `` (Jon Carmack)
2017-10-09 19:34:43 +02:00
Bug fixes
~~~~~~~~~
2017-10-09 12:17:38 +02:00
* Do not remove stopwords when generating slugs from non-ASCII titles, to avoid issues with incorrect word boundaries (Sævar Öfjörð Magnússon)
2017-10-25 12:56:39 +02:00
* 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)
2017-10-26 14:54:17 +02:00
* Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
2017-10-26 17:53:09 +02:00
* The `` {% routablepageurl %} `` template tag no longer generates invalid URLs when the `` WAGTAIL_APPEND_SLASH `` setting was set to `` False `` (Venelin Stoykov)
2017-10-30 11:17:12 +01:00
* The "View live" button is no longer shown if the page doesn't have a routable URL (Tim Heap)
2017-11-03 15:43:32 +01:00
* API listing views no longer fail when no site records are defined (Karl Hobley)
2017-11-03 19:12:41 +01:00
* Fixed rendering of border on dropdown arrow buttons on Chrome (Bertrand Bordage)
2017-10-09 12:17:38 +02:00
2017-10-09 19:34:43 +02:00
Upgrade considerations
======================
2017-10-11 18:31:08 +02:00
Removed support for Python 2.7, Django 1.8 and Django 1.10
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Python 2.7, Django 1.8 and Django 1.10 are no longer supported in this release. You are advised to upgrade your project to Python 3 and Django 1.11 before upgrading to Wagtail 2.0.