From 39e5edde9c92b959387a4b6096331cf6eeb1d70e Mon Sep 17 00:00:00 2001 From: Alex Peters Date: Thu, 16 Jun 2022 13:36:59 +1000 Subject: [PATCH] Describe all `CHECK_MODIFIED_METHOD` options Fixes #2991. --- docs/settings.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/settings.rst b/docs/settings.rst index 675e6b8f..e51c6a12 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -350,6 +350,11 @@ Basic settings Controls how files are checked for modifications. + - If set to ``'mtime'``, the modification time of the file is + checked. + - If set to a name of a function provided by the ``hashlib`` + module, e.g. ``'md5'``, the file hash is checked. + .. data:: LOAD_CONTENT_CACHE = False If ``True``, load unmodified content from caches.