2.14.rst 914 B

12345678910111213141516171819202122232425262728293031
  1. ===========================================
  2. Wagtail 2.14 release notes - IN DEVELOPMENT
  3. ===========================================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's new
  8. ==========
  9. Other features
  10. ~~~~~~~~~~~~~~
  11. * Added ``ancestor_of`` API filter. See :ref:`apiv2_filter_by_tree_position`. (Jaap Roes)
  12. Bug fixes
  13. ~~~~~~~~~
  14. * Invalid filter values for foreign key fields in the API now give an error instead of crashing (Tidjani Dia)
  15. * Ordering specified in the ``construct_explorer_page_queryset`` hook is now taken into account again by the page explorer API (Andre Fonseca)
  16. * Deleting a page from its listing view no longer results in a 404 error (Tidjani Dia)
  17. Upgrade considerations
  18. ======================
  19. Removed support for Django 2.2
  20. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  21. Django 2.2 is no longer supported as of this release; please upgrade to Django 3.0 or above before upgrading Wagtail.