summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheofanis Despoudis <thdespou@hotmail.com>2018-11-01 15:15:13 +0000
committerTim Graham <timograham@gmail.com>2018-11-01 11:15:31 -0400
commit082833c969e9da875a3edfd582fc2f8137aef52d (patch)
tree0899258deb27157b2bccc37c1cfdcbbee93dfac7
parent2b263ed6be6d289da4598986a86dbfdac58d540e (diff)
[2.1.x] Fixed #27994 -- Documented ManifestFilesMixin.
Backport of 084536a9bec1237fabd63fe69a6c17806c9cde53 from master.
-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 d40327b78e..28b4503c8e 100644
--- a/docs/ref/contrib/staticfiles.txt
+++ b/docs/ref/contrib/staticfiles.txt
@@ -378,6 +378,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
==============