﻿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
16313	forms.EmailField does not match length requirements of models.EmailField	Nathan Vander Wilt	nobody	"Django's models.EmailField has a default max_length=75 and thus database truncation errors will result from anything longer. Django's forms.EmailField does not have a default max_length and thus saving a ""valid"" 80 character email address from a form field to a model field that are both using the defaults results in an exception. forms.EmailField should default to max_length=75 so that it works as expected even when used outside of a ModelForm."	Bug	closed	Forms	1.3	Normal	duplicate			Unreviewed	0	0	0	0	1	0
