From 2f93ae56e574a2b62a90a4e232dc5072f13f0225 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Tue, 29 Oct 2019 11:01:44 +0000 Subject: [PATCH] Upgrade consideration --- docs/releases/2.7.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index 0f6926b11..4e78eda9e 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -79,6 +79,22 @@ Bug fixes Upgrade considerations ====================== +Edit locking behaviour changed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +**MOVE TO 2.8 RELEASE NOTES** + +The behaviour of the page locking feature in the admin interface has been changed. +In past versions, the page lock would apply to all users including the user who +locked the page. Now, the user who locked the page can still edit it but all other +users cannot. + +Pages that were locked before this release will continue to be locked in the same +way as before, so this only applies to newly locked pages. If you would like to +restore the previous behaviour, you can set the +``WAGTAILADMIN_GLOBAL_PAGE_EDIT_LOCK`` setting to ``True``. + + Query strings added to static file URLs within the admin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~