2020-04-22 13:32:34 +02: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 17:06:04 +02:00
* Added filtering to locked pages report (Karl Hobley)
2020-02-22 21:31:13 +01: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 16:26:26 +01:00
* Redirect to previous url when deleting/copying/unpublish a page and modify this url via the relevant hooks (Ascani Carlo)
2019-03-24 22:46:04 +01: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 17:30:51 +02:00
* Add `` pre_page_move `` and `` post_page_move `` signals. (Andy Babic)
2018-06-15 10:12:13 +02:00
* Add ability to sort search promotions on listing page (Chris Ranjana, LB (Ben Johnston))
2020-04-28 22:23:15 +02:00
* Upgrade internal JS tooling to Gulp v4 & Node v10 (Jim Jazwiecki, Kim LaRocca)
2018-06-08 00:40:05 +02:00
* Add `` after_publish_page `` , `` before_publish_page `` , `` after_unpublish_page `` & `` before_unpublish_page `` hooks (Jonatas Baldin, Coen van der Kamp)
2020-04-03 23:14:56 +02:00
* Add convenience `` page_url `` shortcut to improve how page URLs can be accessed from site settings in Django templates (Andy Babic)
2019-01-14 23:26:10 +01:00
* Show more granular error messages from Pillow when uploading images (Rick van Hattem)
2020-05-05 10:06:27 +02:00
* Add ordering to `` Site `` object, so that index page and `` Site `` switcher will be sorted consistently (Coen van der Kamp, Tim Leguijt)
2020-05-06 17:58:22 +02:00
* Add Reddit to oEmbed provider list (Luke Hardwick)
2020-04-10 18:55:07 +02:00
* Remove sticky footer on small devices, so that content is not blocked and more easily editable (Saeed Tahmasebi)
2020-05-08 01:11:05 +02:00
* Add ability to replace the default Wagtail logo in the userbar, via `` branding_logo `` block (Meteor0id)
2020-04-05 03:38:37 +02:00
* Add `alt` property to `ImageRenditionField` api representation (Liam Mullens)
2020-05-05 16:19:57 +02:00
* Add `purge_revisions` management command to purge old page revisions (Jacob Topp-Mugglestone, Tom Dyson)
2020-05-09 20:35:09 +02:00
* Render the Wagtail User Bar on non `Page` views (Caitlin White, Coen van der Kamp)
2019-02-23 13:59:48 +01:00
* Add ability to define `form_classname` on `ListBlock` & `StreamBlock` (LB (Ben Johnston))
2019-05-24 17:33:15 +02:00
* Add documentation about how to use `` Rustface `` for image feature detection (Neal Todd)
2020-04-22 13:32:34 +02:00
Bug fixes
~~~~~~~~~
2020-02-22 21:31:13 +01:00
* Ensure link to add a new user works when no users are visible in the users list (LB (Ben Johnston))
2019-03-24 22:46:04 +01: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 17:30:51 +02:00
* Removed ARIA `` role="table" `` from TableBlock output (Thibaud Colas)
2020-04-26 15:55:51 +02:00
* Set Cache-Control header to prevent page preview responses from being cached (Tomas Walch)
2020-04-27 19:21:31 +02:00
* Accept unicode characters in slugs on the "copy page" form (François Poulain)
2020-04-30 23:06:38 +02:00
* Support IPv6 domain (Alex Gleason, Coen van der Kamp)
2020-03-24 12:32:55 +01:00
* Remove top padding when `FieldRowPanel` is used inside a `MultiFieldPanel` (Jérôme Lebleu)
2020-04-22 13:32:34 +02:00
Upgrade considerations
======================
2020-04-22 17:12:20 +02: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.