2018-07-31 11:55:04 +02:00
==========================================
Wagtail 2.3 release notes - IN DEVELOPMENT
==========================================
.. contents ::
:local:
:depth: 1
2018-08-08 17:04:28 +02:00
Wagtail 2.3 is designated a Long Term Support (LTS) release. Long Term Support releases will continue to receive maintenance updates as necessary to address security and data-loss related issues, up until the next LTS release (typically a period of 8 months).
2018-07-31 11:55:04 +02:00
What's new
==========
2018-08-08 17:04:28 +02:00
Added Django 2.1 support
~~~~~~~~~~~~~~~~~~~~~~~~
Wagtail is now compatible with Django 2.1. Compatibility fixes were contributed by Ryan Verner and Matt Westcott.
2018-07-31 11:55:04 +02:00
Other features
~~~~~~~~~~~~~~
2018-03-23 13:09:22 +01:00
* Added 'scale' image filter (Oliver Wilkerson)
2018-08-09 17:24:48 +02:00
* Added meta tag to prevent search engines from indexing admin pages (Karl Hobley)
2018-04-30 12:40:42 +02:00
* EmbedBlock now validates against recognised embed providers on save (Bertrand Bordage)
2018-06-13 14:48:12 +02:00
* Made cache control headers on Wagtail admin consistent with Django admin (Tomasz Knapik)
2018-03-23 13:09:22 +01:00
2018-07-31 11:55:04 +02:00
Bug fixes
~~~~~~~~~
2018-08-06 01:20:07 +02:00
* Respect next param on login (Loic Teixeira)
2018-08-14 18:20:57 +02:00
* InlinePanel now handles relations that specify a related_query_name (Aram Dulyan)
2018-07-06 15:45:01 +02:00
* before_delete_page / after_delete_page hooks now run within the same database transaction as the page deletion (Tomasz Knapik)
2018-08-21 16:09:28 +02:00
* Seek to the beginning of image files when uploading, to restore compatibility with django-storages Google Cloud and Azure backends (Mikalai Radchuk)
2018-06-16 18:13:53 +02:00
* Snippet chooser modal no longer fails on snippet models with UUID primary keys (Sævar Öfjörð Magnússon)
2018-06-04 23:25:33 +02:00
* Restored localisation in date/time pickers (David Moore, Thibaud Colas)
2018-09-04 15:19:33 +02:00
* Tag input field no longer treats 'б ' on Russian keyboards as a comma (Michael Borisov)
2018-08-06 01:20:07 +02:00
2018-07-31 11:55:04 +02:00
Upgrade considerations
======================