diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c47c3e46af..6a6be300eb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 ~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/2.14.rst b/docs/releases/2.14.rst index 5ea4b25df6..94b172a559 100644 --- a/docs/releases/2.14.rst +++ b/docs/releases/2.14.rst @@ -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 ======================