kopia lustrzana https://github.com/wagtail/wagtail
Changelog / release note for #7069
rodzic
d532b3a3a2
commit
ab485064e9
|
|
@ -7,7 +7,7 @@ Changelog
|
||||||
* Added ``ancestor_of`` API filter (Jaap Roes)
|
* 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)
|
||||||
* Fix: Ordering specified in `construct_explorer_page_queryset` hook is now taken into account again by the page explorer API (Andre Fonseca)
|
* 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
|
2.13 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -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)
|
* 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)
|
* 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
|
Upgrade considerations
|
||||||
======================
|
======================
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue