2021-04-22 18:10:57 +02:00
|
|
|
===========================================
|
|
|
|
Wagtail 2.14 release notes - IN DEVELOPMENT
|
|
|
|
===========================================
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
:depth: 1
|
|
|
|
|
|
|
|
|
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
|
|
|
Other features
|
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
2021-04-23 13:52:21 +02:00
|
|
|
* Added ``ancestor_of`` API filter. See :ref:`apiv2_filter_by_tree_position`. (Jaap Roes)
|
2021-05-11 16:05:59 +02:00
|
|
|
* Added support for customising group management views. See :ref:`customising_group_views`. (Jan Seifert)
|
2021-05-17 13:30:33 +02:00
|
|
|
* Added ``full_url`` property to image renditions (Shreyash Srivastava)
|
2020-10-09 12:27:54 +02:00
|
|
|
* Added locale selector when choosing translatable snippets (Karl Hobley)
|
2021-05-26 12:35:53 +02:00
|
|
|
* Added ``WAGTAIL_WORKFLOW_ENABLED`` setting for enabling / disabling moderation workflows globally (Matt Westcott)
|
2021-04-22 18:10:57 +02:00
|
|
|
|
|
|
|
Bug fixes
|
|
|
|
~~~~~~~~~
|
|
|
|
|
2021-04-23 13:52:21 +02:00
|
|
|
* Invalid filter values for foreign key fields in the API now give an error instead of crashing (Tidjani Dia)
|
|
|
|
* Ordering specified in the ``construct_explorer_page_queryset`` hook is now taken into account again by the page explorer API (Andre Fonseca)
|
2021-04-26 17:56:39 +02:00
|
|
|
* Deleting a page from its listing view no longer results in a 404 error (Tidjani Dia)
|
2021-05-04 21:13:34 +02:00
|
|
|
* The Wagtail admin urls will now respect the ``APPEND_SLASH`` setting (Tidjani Dia)
|
2021-05-14 23:26:44 +02:00
|
|
|
* Prevent “Forgotten password” link from overlapping with field on mobile devices (Helen Chapman)
|
2021-05-25 17:22:07 +02:00
|
|
|
* Snippet admin urls are now namespaced to avoid ambiguity with the primary key component of the url (Matt Westcott)
|
2021-05-28 23:29:55 +02:00
|
|
|
* Prevent error on copying pages with ClusterTaggableManager relations and multi-level inheritance (Chris Pollard)
|
2021-05-25 14:21:29 +02:00
|
|
|
* Prevent failure on root page when registering the Page model with ModelAdmin (Jake Howard)
|
2021-02-02 20:31:29 +01:00
|
|
|
* Prevent error when filtering page search results with a malformed content_type (Chris Pollard)
|
2021-04-22 18:10:57 +02:00
|
|
|
|
|
|
|
Upgrade considerations
|
|
|
|
======================
|
2021-04-29 11:57:28 +02:00
|
|
|
|
|
|
|
Removed support for Django 2.2
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
Django 2.2 is no longer supported as of this release; please upgrade to Django 3.0 or above before upgrading Wagtail.
|