pull/7178/head
Matt Westcott 2021-05-11 15:05:59 +01:00
rodzic c1f1c2e95c
commit aa2d10c713
4 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -6,11 +6,13 @@ Changelog
* Removed support for Django 2.2
* Added ``ancestor_of`` API filter (Jaap Roes)
* Added support for customising group management views (Jan Seifert)
* Fix: Invalid filter values for foreign key fields in the API now give an error instead of crashing (Tidjani Dia)
* Fix: Ordering specified in `construct_explorer_page_queryset` hook is now taken into account again by the page explorer API (Andre Fonseca)
* Fix: Deleting a page from its listing view no longer results in a 404 error (Tidjani Dia)
* Fix: The Wagtail admin urls will now respect the `APPEND_SLASH` setting (Tidjani Dia)
2.13 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -514,6 +514,7 @@ Contributors
* Ihor Marhitych
* Andre Fonseca
* Tidjani Dia
* Jan Seifert
Translators
===========

Wyświetl plik

@ -1,3 +1,5 @@
.. _customising_group_views:
How to customise group edit/create views
========================================

Wyświetl plik

@ -14,6 +14,7 @@ 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)
Bug fixes
~~~~~~~~~