summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/staticfiles.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt
index ef85c7959f..10a8adfccf 100644
--- a/docs/ref/contrib/staticfiles.txt
+++ b/docs/ref/contrib/staticfiles.txt
@@ -400,6 +400,14 @@ simply specify a custom entry in the :setting:`CACHES` setting named
required to ensure that the file hash is correct in the case of nested file
paths.
+``ManifestFilesMixin``
+----------------------
+
+.. class:: storage.ManifestFilesMixin
+
+Use this mixin with a custom storage to append the MD5 hash of the file's
+content to the filename as :class:`~storage.ManifestStaticFilesStorage` does.
+
Finders Module
==============