Kaydet (Commit) 082833c9 authored tarafından Theofanis Despoudis's avatar Theofanis Despoudis Kaydeden (comit) Tim Graham

[2.1.x] Fixed #27994 -- Documented ManifestFilesMixin.

Backport of 084536a9 from master.
üst 2b263ed6
...@@ -378,6 +378,14 @@ simply specify a custom entry in the :setting:`CACHES` setting named ...@@ -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 required to ensure that the file hash is correct in the case of nested file
paths. 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 Finders Module
============== ==============
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment