﻿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
23607	collectstatic: Documentation error	Rolandde	nobody	"Found in 1.7 (https://docs.djangoproject.com/en/1.7/ref/contrib/staticfiles/#collectstatic)

The example reads:
class MyStaticFilesStorage(storage.StaticFilesStorage):
   ....
   super(CustomStaticFilesStorage, self).__init__(*args, **kwargs)

The class name and the first variable in the super call should be identical. This example throws an exception. "	Cleanup/optimization	closed	contrib.staticfiles	1.7	Normal	fixed	collectstatic		Unreviewed	0	0	0	0	1	0
