mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-30 01:46:24 +01:00
d5b955b0e4
Previously, this would fail, as `user_can_copy_obj` doesn't handle root pages. Root pages also are special in a number of ways, and handling copying is tricky and non-obvious. If someone needs to show root pages (for some reason), they'll have to special case them themselves.
41 lines
1.8 KiB
ReStructuredText
41 lines
1.8 KiB
ReStructuredText
===========================================
|
|
Wagtail 2.14 release notes - IN DEVELOPMENT
|
|
===========================================
|
|
|
|
.. contents::
|
|
:local:
|
|
:depth: 1
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
Other features
|
|
~~~~~~~~~~~~~~
|
|
|
|
* Added ``ancestor_of`` API filter. See :ref:`apiv2_filter_by_tree_position`. (Jaap Roes)
|
|
* Added support for customising group management views. See :ref:`customising_group_views`. (Jan Seifert)
|
|
* Added ``full_url`` property to image renditions (Shreyash Srivastava)
|
|
* Added locale selector when choosing translatable snippets (Karl Hobley)
|
|
* Added ``WAGTAIL_WORKFLOW_ENABLED`` setting for enabling / disabling moderation workflows globally (Matt Westcott)
|
|
|
|
Bug fixes
|
|
~~~~~~~~~
|
|
|
|
* 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)
|
|
* Deleting a page from its listing view no longer results in a 404 error (Tidjani Dia)
|
|
* 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)
|
|
* Snippet admin urls are now namespaced to avoid ambiguity with the primary key component of the url (Matt Westcott)
|
|
* Prevent error on copying pages with ClusterTaggableManager relations and multi-level inheritance (Chris Pollard)
|
|
* Prevent failure on root page when registering the Page model with ModelAdmin (Jake Howard)
|
|
|
|
Upgrade considerations
|
|
======================
|
|
|
|
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.
|