﻿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
15278	Validation error instead of exception when path length in FileField exceeds varchar(100) or max_length	ijstokes	nobody	"I've just spent an hour digging into why Django throws a strange exception about ""Data truncated for column 'upload_file' at row 1"" somehow tied to a FileField and the SQL INSERT statement.  Turns out it is just because the path length exceeds the default varchar(100).  Doing a check of the path length and returning a validation error should be done instead of throwing a weird exception."		closed	Database layer (models, ORM)	dev		duplicate	"FileField max_length ""path length"""		Unreviewed	0	0	0	0	0	0
