﻿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
10041	Form tests are set to upload files to '/'	Marty Alchin	Marty Alchin	The tests in {{{ tests/regressiontests/forms/models.py }}} include a {{{ FileModel }}} that's currently configured with {{{ upload_to='/' }}}. Because of the changes in [8244], this is no longer allowed unless {{{ MEDIA_ROOT }}} is also set to {{{ '/' }}}, which is highly unlikely to be the case. Currently, the test doesn't attempt to save the file, so this doesn't cause a failure, but with the work on model validation, the behavior present in this test will cause the file to be saved, which does introduce a failure into the test suite.		closed	Forms	dev		fixed			Unreviewed	1	0	0	0	0	0
