wagtail/docs/releases/2.14.rst

37 wiersze
1.3 KiB
ReStructuredText
Czysty Zwykły widok Historia

===========================================
Wagtail 2.14 release notes - IN DEVELOPMENT
===========================================
.. contents::
:local:
:depth: 1
What's new
==========
Other features
~~~~~~~~~~~~~~
2021-04-23 11:52:21 +00:00
* Added ``ancestor_of`` API filter. See :ref:`apiv2_filter_by_tree_position`. (Jaap Roes)
2021-05-11 14:05:59 +00:00
* Added support for customising group management views. See :ref:`customising_group_views`. (Jan Seifert)
2021-05-17 11:30:33 +00:00
* Added ``full_url`` property to image renditions (Shreyash Srivastava)
* Added locale selector when choosing translatable snippets (Karl Hobley)
Bug fixes
~~~~~~~~~
2021-04-23 11:52:21 +00: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 15:56:39 +00:00
* Deleting a page from its listing view no longer results in a 404 error (Tidjani Dia)
2021-05-04 19:13:34 +00:00
* The Wagtail admin urls will now respect the ``APPEND_SLASH`` setting (Tidjani Dia)
* Prevent “Forgotten password” link from overlapping with field on mobile devices (Helen Chapman)
Upgrade considerations
======================
2021-04-29 09:57:28 +00: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.