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-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-14 18:20:57 +02:00
2018-08-06 01:20:07 +02:00
2018-07-31 11:55:04 +02:00
Upgrade considerations
======================