From 604bc6c4c7c12ac8a8caa34c607b124bbbf5a56c Mon Sep 17 00:00:00 2001 From: Mikalai Radchuk Date: Sun, 28 Oct 2018 16:21:12 +0300 Subject: [PATCH] Adds release notes for #4856 --- docs/releases/2.4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/2.4.rst b/docs/releases/2.4.rst index e73583fb1..3bae40012 100644 --- a/docs/releases/2.4.rst +++ b/docs/releases/2.4.rst @@ -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 ~~~~~~~~~