0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Adds release notes for #4856

This commit is contained in:
Mikalai Radchuk 2018-10-28 16:21:12 +03:00
parent 515aa61943
commit 604bc6c4c7

View File

@ -25,7 +25,7 @@ Other features
* Added support for Python 3.7 (Matt Westcott)
* Added ``max_count`` option on page models to limit the number of pages of a particular type that can be created (Dan Braghis)
* Document and image choosers now show the document / image's collection (Alejandro Garza, Janneke Janssen)
* New ``image_url`` template tag allows to generate dynamic image URLs, so image renditions are being created outside the main request which improves performance. Requires extra configuration, see :doc:`/advanced_topics/images/image_serve_view`.
Bug fixes
~~~~~~~~~