0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-28 17:13:31 +01:00

fixup! Record time and user when a page is locked

This commit is contained in:
Karl Hobley 2019-10-28 11:16:54 +00:00
parent f09919a0f9
commit ed32bc8444

View File

@ -104,10 +104,10 @@ Database fields
(boolean)
When set to ``True``, the Wagtail editor will not allow any user's to edit
When set to ``True``, the Wagtail editor will not allow any users to edit
the content of the page.
If ``locked_by`` is also set, only that user cat edit the page.
If ``locked_by`` is also set, only that user can edit the page.
.. attribute:: locked_by