2018-10-17 12:46:56 +02:00
|
|
|
=========================
|
|
|
|
Wagtail 2.4 release notes
|
|
|
|
=========================
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
:depth: 1
|
|
|
|
|
|
|
|
|
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
|
|
|
|
|
|
|
Other features
|
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
2018-10-17 18:30:34 +02:00
|
|
|
* Added support for Python 3.7 (Matt Westcott)
|
|
|
|
|
2018-10-17 12:46:56 +02:00
|
|
|
|
|
|
|
Bug fixes
|
|
|
|
~~~~~~~~~
|
|
|
|
|
2018-10-16 21:22:23 +02:00
|
|
|
* Query objects returned from ``PageQuerySet.type_q`` can now be merged with ``|`` (Brady Moe)
|
2018-10-25 19:28:14 +02:00
|
|
|
* Add `rel="noopener noreferrer"` to target blank links (Anselm Bradford)
|
2018-10-16 21:22:23 +02:00
|
|
|
|
2018-10-17 12:46:56 +02:00
|
|
|
|
|
|
|
Upgrade considerations
|
|
|
|
======================
|
2018-10-17 15:54:18 +02:00
|
|
|
|
|
|
|
Removed support for Django 1.11
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
Django 1.11 is no longer supported in this release; please upgrade your project to Django 2.0 or 2.1 before upgrading to Wagtail 2.4.
|