﻿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
23183	Use timestamp when uploading duplicate filenames	Areski Belaid	nobody	"When Uploading duplicate filenames, we use incremental method to determine the new filename, this method can slowly worsens over time if there is many files of the same name (ref https://code.djangoproject.com/ticket/23157) and it also give anyone informations about the files already uploaded.

This patch provide an easy way to obfuscated the names of the already uploaded files, which I think, may be the desired behavior we may want by default `at some stage`. 
The global setting FILE_UPLOAD_USETIME_DUPLICATE try to remedy to this.


 
"	New feature	closed	File uploads/storage	dev	Normal	duplicate	upload	Areski Belaid	Unreviewed	1	0	0	0	0	0
