From e927f6269a10e3b319c90ad4351c015014109437 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 8 Jan 2020 15:43:34 +0000 Subject: [PATCH] Release note for #5634 --- CHANGELOG.txt | 1 + docs/releases/2.8.rst | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 089063b9c2..6d6a14daec 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,7 @@ Changelog ~~~~~~~~~~~~~~~~ * Django 3.0 support (Matt Westcott, Mads Jensen) + * Improved page locking to give editors exclusive edit access (Karl Hobley, Jacob Topp-Mugglestone) * Removed support for Django 2.0 * Removed leftover Python 2.x compatibility code (Sergey Fedoseev) * Combine flake8 configurations (Sergey Fedoseev) diff --git a/docs/releases/2.8.rst b/docs/releases/2.8.rst index 6e5cf1f01c..9bea932d0e 100644 --- a/docs/releases/2.8.rst +++ b/docs/releases/2.8.rst @@ -16,6 +16,14 @@ Django 3.0 support This release is compatible with Django 3.0. Compatibility fixes were contributed by Matt Westcott and Mads Jensen. +Improved page locking +~~~~~~~~~~~~~~~~~~~~~ + +The page locking feature has been revised so that the editor locking a page is given exclusive edit access to it, rather than it becoming read-only to everyone. A new Reports menu allows admin / moderator level users to see the currently locked pages, and unlock them if required. + +This feature was developed by Karl Hobley and Jacob Topp-Mugglestone. Thanks to `The Motley Fool `_ for sponsoring this feature. + + Other features ~~~~~~~~~~~~~~