﻿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
8188	file_move_safe not imported in storage.py	arne	nobody	"Uploading a File larger than FILE_UPLOAD_MAX_MEMORY_SIZE raises a !NameError in storage.py

{{{
Exception Type:  	NameError
Exception Value: 	global name 'file_move_safe' is not defined
Exception Location: 	/Library/Python/2.5/site-packages/django/core/files/storage.py in _save, line 153
}}}

Adding 

{{{
from django.core.files.move import file_move_safe
}}}

fixes the problem."		closed	Uncategorized	dev		fixed	upload, filestorage		Unreviewed	1	0	0	0	0	0
