From 082833c969e9da875a3edfd582fc2f8137aef52d Mon Sep 17 00:00:00 2001 From: Theofanis Despoudis Date: Thu, 1 Nov 2018 15:15:13 +0000 Subject: [2.1.x] Fixed #27994 -- Documented ManifestFilesMixin. Backport of 084536a9bec1237fabd63fe69a6c17806c9cde53 from master. --- docs/ref/contrib/staticfiles.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/ref') 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 ============== -- cgit v1.3