﻿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
27188	Allow using unique=True with FileField	Jon Ribbens	Michael Scott	In #4345 , code was added which explicitly prevents the use of `unique=True` on `FileField` fields. This seems bizarre and wrong, since making unique FileFields not only makes sense, it would be rare for ''not'' making them unique to make sense - after all, you can't have two different files with the same filename! Not allowing `unique=True` leads to impaired data integrity as the database can't therefore enforce the necessary uniqueness of filenames. (Looking at the previous ticket, it appears people were confused that it would be the file contents that was supposed to be unique, not the filenames.)	New feature	closed	File uploads/storage	1.10	Normal	fixed			Accepted	1	0	0	0	1	0
