Changelog / release note for #7069

pull/7104/head
Karl Hobley 2021-04-26 16:56:39 +01:00
rodzic d532b3a3a2
commit ab485064e9
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ Changelog
* 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)
* Fix: Deleting a page from its listing view no longer results in a 404 error (Tidjani Dia)
2.13 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -20,6 +20,7 @@ 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)
Upgrade considerations
======================