Changelog / release note for #7077

pull/7084/head
Karl Hobley 2021-04-22 17:29:24 +01:00
rodzic aafd32b66f
commit 06be13fda0
3 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,7 @@ 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)

Wyświetl plik

@ -271,6 +271,8 @@ For example, to find a page with the slug "about":
]
}
.. _apiv2_filter_by_tree_position:
Filtering by tree position (pages only)
---------------------------------------

Wyświetl plik

@ -13,6 +13,7 @@ What's new
Other features
~~~~~~~~~~~~~~
- Added ``ancestor_of`` API filter. See :ref:`apiv2_filter_by_tree_position`. (Jaap Roes)
Bug fixes
~~~~~~~~~