﻿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
29677	StaticFilesStorage.post_process does not seem to exist, contrary to documentation	Atul Varma	nobody	"The [https://docs.djangoproject.com/en/2.1/ref/contrib/staticfiles/#django.contrib.staticfiles.storage.StaticFilesStorage.post_process documentation for this method] states that ""This method is called by the collectstatic management command after each run and gets passed the local storages and paths of found files as a dictionary, as well as the command line options.""

However, as far as I can tell, this method does not seem to actually exist.  I thought perhaps it might be defined on one of its ancestor classes, but it doesn't seem to be... am I mistaken, or is this some kind of method that's optionally implementable by subclasses or something?

Apologies if this is the wrong place to bring this up, or if I am simply confused and do not understand what is going on.

"	Cleanup/optimization	closed	Documentation	2.1	Normal	fixed			Accepted	1	0	0	0	0	0
