﻿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
26691	Don't check for a file's existence before deleting	Jon Dufresne	nobody	"There are a couple places in Django (file-based cache and `FileSystemStorage`) that do a file-existence check before removing a file). This leads to an unnecessary race condition. It's easier to simply try to delete the file and pass silently if the file doesn't exist.

[https://github.com/django/django/pull/6652 PR]"	Cleanup/optimization	closed	File uploads/storage	dev	Normal	fixed			Accepted	1	0	0	0	0	0
