﻿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
12670	TemporaryUploadedFile objects do not respect FILE_UPLOAD_PERMISSIONS	Andrew Badr	Rik	From what I can tell, `TemporaryUploadedFile` objects do not respect the FILE_UPLOAD_PERMISSIONS setting. This setting is only used by FileSystemStorage, which is the default DEFAULT_FILE_STORAGE, which is used by *model* FileFields, but not by forms. Having temporary uploaded files respect FILE_UPLOAD_PERMISSIONS seems to have been the original intention if you read #8454, and to me the docs at http://docs.djangoproject.com/en/dev/topics/http/file-uploads/ implied that this was the case as well.	Cleanup/optimization	closed	File uploads/storage	dev	Normal	fixed	nlsprint14	andrewbadr.etc@… simon@…	Design decision needed	0	1	0	0	1	0
