2.10.rst 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ===========================================
  2. Wagtail 2.10 release notes - IN DEVELOPMENT
  3. ===========================================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's new
  8. ==========
  9. Other features
  10. ~~~~~~~~~~~~~~
  11. * Reorganised Dockerfile in project template to follow best practices (Tomasz Knapik, Jannik Wempe)
  12. * Added filtering to locked pages report (Karl Hobley)
  13. * Adds ability to view a group's users via standalone admin URL and a link to this on the group edit view (Karran Besen)
  14. * Redirect to previous url when deleting/copying/unpublish a page and modify this url via the relevant hooks (Ascani Carlo)
  15. * ``AbstractEmailForm`` will use ``SHORT_DATETIME_FORMAT`` and ``SHORT_DATE_FORMAT`` Django settings to format date/time values in email (Haydn Greatnews)
  16. * ``AbstractEmailForm`` now has a separate method (``render_email``) to build up email content on submission emails. See :ref:`form_builder_render_email`. (Haydn Greatnews)
  17. * Add ``pre_page_move`` and ``post_page_move`` signals. (Andy Babic)
  18. * Add ability to sort search promotions on listing page (Chris Ranjana, LB (Ben Johnston))
  19. * Upgrade internal JS tooling to Gulp v4 & Node v10 (Jim Jazwiecki, Kim LaRocca)
  20. Bug fixes
  21. ~~~~~~~~~
  22. * Ensure link to add a new user works when no users are visible in the users list (LB (Ben Johnston))
  23. * ``AbstractEmailForm`` saved submission fields are now aligned with the email content fields, ``form.cleaned_data`` will be used instead of ``form.fields`` (Haydn Greatnews)
  24. * Removed ARIA ``role="table"`` from TableBlock output (Thibaud Colas)
  25. * Set Cache-Control header to prevent page preview responses from being cached (Tomas Walch)
  26. * Accept unicode characters in slugs on the "copy page" form (François Poulain)
  27. Upgrade considerations
  28. ======================
  29. Removed support for Python 3.5
  30. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  31. Python 3.5 is no longer supported as of this release; please upgrade to Python 3.6 or above before upgrading Wagtail.