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-27 12:19:20 +02:00
|
|
|
* Added ``max_count`` option on page models to limit the number of pages of a particular type that can be created (Dan Braghis)
|
2018-10-17 18:30:34 +02:00
|
|
|
|
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-27 14:58:13 +02:00
|
|
|
* Add ``rel="noopener noreferrer"`` to target blank links (Anselm Bradford)
|
|
|
|
* Additional fields on custom document models now show on the multiple document upload view (Robert Rollins, Sergey Fedoseev)
|
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.
|