﻿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
5966	FileField doesn't clean up directory after deletion	Michiel_1981	nobody	"If a !FileField file is being deleted it doesn't clean up a empty directory that might occur after deletion.
This is only a issue if you use a dynamic path based on date.
 
If this is the case then you could create a lot of empty directories and/or nested empty directories.
Example code:
{{{
class MetaFile(models.Model):
    file = models.FileField(_(""File""), max_length=255,
                            upload_to='meta/%y/%m')
}}} "		closed	Core (Other)	dev		wontfix	fs-rf-docs		Design decision needed	0	0	0	0	0	0
