kopia lustrzana https://github.com/wagtail/wagtail
Changelog / release note for #7077
rodzic
aafd32b66f
commit
06be13fda0
|
@ -4,6 +4,7 @@ Changelog
|
||||||
2.14 (xx.xx.xxxx) - IN DEVELOPMENT
|
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)
|
- Fix: Invalid filter values for foreign key fields in the API now give an error instead of crashing (Tidjani Dia)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
Filtering by tree position (pages only)
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@ What's new
|
||||||
Other features
|
Other features
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
- Added ``ancestor_of`` API filter. See :ref:`apiv2_filter_by_tree_position`. (Jaap Roes)
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
Ładowanie…
Reference in New Issue