0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs/releases/2.4.rst

36 lines
924 B
ReStructuredText
Raw Normal View History

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
~~~~~~~~~
* 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-17 12:46:56 +02:00
Upgrade considerations
======================
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.