Describe all CHECK_MODIFIED_METHOD options

Fixes #2991.
This commit is contained in:
Alex Peters 2022-06-16 13:36:59 +10:00
commit 39e5edde9c

View file

@ -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.