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