﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27994	Document contrib.staticfiles.storage.ManifestFilesMixin	GabrielDumbrava	Theofanis Despoudis	"There is no documentation for ManifestFilesMixin and it's very helpful. I've used it with S3BotoStorage to add hashes to static files.

Maybe other users might also find it useful.

{{{
#!python
from storages.backends.s3boto import S3BotoStorage
from django.contrib.staticfiles.storage import ManifestFilesMixin

class ManifestS3Storage(ManifestFilesMixin, S3BotoStorage):
    pass
}}}"	New feature	closed	Documentation	1.10	Normal	fixed			Accepted	1	0	0	1	0	0
