diff options
| author | Theofanis Despoudis <thdespou@hotmail.com> | 2018-11-01 15:15:13 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-01 11:15:13 -0400 |
| commit | 084536a9bec1237fabd63fe69a6c17806c9cde53 (patch) | |
| tree | 37919c68c3a9738ecb11c3b24cd2cc488b627be9 /docs | |
| parent | dfcdc8992f8bbbf072cefa4d325fe5cac5316f3d (diff) | |
Fixed #27994 -- Documented ManifestFilesMixin.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/staticfiles.txt | 8 |
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 ============== |
