﻿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
23701	Removing an unneeded check in collectstatic	Prathik Rajendran M	nobody	"The copy_file function in collectstatic.py seems to have a check in the end to see whether a prefixed_path is already in self.copied_files array but this check appears to be unnecessary as if it is in the code would return at the start with a message saying already copied.

I am new to this, as far as I could get from the documentation I should create a ticket here and then post a pull request to django? Please advise if this is not the proces. Here is the pull request: https://github.com/django/django/pull/3408

Also it is a very minor change."	Cleanup/optimization	closed	contrib.staticfiles	1.7	Normal	fixed			Ready for checkin	1	0	0	0	0	0
