From e41f77fa725d4c54c4aae3cc8945360ba72133b9 Mon Sep 17 00:00:00 2001 From: Jeremy Carbaugh Date: Wed, 13 Apr 2011 14:11:34 -0400 Subject: [PATCH] update README to add new setting --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ef831f0..022e48b 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,9 @@ to customize the behavior. ``MARKUPWIKI_MARKUP_TYPE_EDITABLE`` if False user won't have option to change markup type (default: True) ``MARKUPWIKI_MARKUP_TYPES`` - a tuple of string and callable pairs the callable is used to 'render' a markup type. + a tuple of string and callable pairs the callable is used to 'render' a markup type. +``MARKUPWIKI_AUTOLOCK_TIMEDELTA`` + a datetime.timedelta object that defines the age at which articles get automatically locked by the *autolockarticles* management command. Example::