Move #6962 release note to 2.14

pull/7088/head
Matt Westcott 2021-04-23 12:52:21 +01:00
rodzic 01d8185459
commit 5885494908
3 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -4,8 +4,9 @@ Changelog
2.14 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~
- Added ``ancestor_of`` API filter (Jaap Roes)
- Fix: Invalid filter values for foreign key fields in the API now give an error instead of crashing (Tidjani Dia)
* Added ``ancestor_of`` API filter (Jaap Roes)
* 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)
2.13 (xx.xx.xxxx) - IN DEVELOPMENT
@ -48,7 +49,6 @@ Changelog
* Fix: Reverse migration errors in images and documents (Mike Brown)
* Fix: Apply enough chevron padding to all applicable select elements (Scott Cranfill)
* Fix: Reduce database queries in the page edit view (Ihor Marhitych)
* Fix: Ordering specified in `construct_explorer_page_queryset` hook is now taken into account again by the page explorer API (Andre Fonseca)
2.12.4 (19.04.2021)

Wyświetl plik

@ -90,7 +90,6 @@ Bug fixes
* Make "Collection" and "Parent" form field labels translatable (Thibaud Colas)
* Apply enough chevron padding to all applicable select elements (Scott Cranfill)
* Reduce database queries in the page edit view (Ihor Marhitych)
* Ordering specified in the ``construct_explorer_page_queryset`` hook is now taken into account again by the page explorer API (Andre Fonseca)
Upgrade considerations

Wyświetl plik

@ -13,12 +13,13 @@ What's new
Other features
~~~~~~~~~~~~~~
- Added ``ancestor_of`` API filter. See :ref:`apiv2_filter_by_tree_position`. (Jaap Roes)
* Added ``ancestor_of`` API filter. See :ref:`apiv2_filter_by_tree_position`. (Jaap Roes)
Bug fixes
~~~~~~~~~
- Invalid filter values for foreign key fields in the API now give an error instead of crashing (Tidjani Dia)
* 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)
Upgrade considerations
======================