From cea4cbc836d4cc8cad5b8e092af15838887d5b8b Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Sat, 27 Oct 2018 16:43:37 +0300 Subject: [PATCH] Release note for #4854 --- CHANGELOG.txt | 1 + docs/releases/2.4.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 114706a30..3ffbbf16c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,6 +6,7 @@ Changelog * 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) * Fix: Query objects returned from `PageQuerySet.type_q` can now be merged with `|` (Brady Moe) * Fix: Add `rel="noopener noreferrer"` to target blank links (Anselm Bradford) * Fix: Additional fields on custom document models now show on the multiple document upload view (Robert Rollins, Sergey Fedoseev) diff --git a/docs/releases/2.4.rst b/docs/releases/2.4.rst index be5b1dbc3..632faab95 100644 --- a/docs/releases/2.4.rst +++ b/docs/releases/2.4.rst @@ -16,6 +16,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) Bug fixes