﻿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
22630	models.EmailField allows a dict to be saved without raising an error resulting in Python dict strings saved to the DB	joe@…	nobody	"We've been using the EmailField and recently found a bug where invalid email text was being saved. Here's an example of the text:

 {u'verified': True, u'email': u'example@gmail.com', u'primary': True}

It looks like what's happening is the email validator splits on the @ sign and somehow the two sides validate."	Bug	closed	Database layer (models, ORM)	1.4	Normal	needsinfo	email orm field validators		Unreviewed	0	0	0	0	0	0
