﻿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
20631	Increase the default max_length of EmailField to 254	Pablo Martín	nobody	"How you can see in the next link the max length of an email is 254 chars. Now we have only 75 chars...

http://stackoverflow.com/questions/386294/what-is-the-maximum-length-of-a-valid-email-address

Related commit:

https://github.com/django/django/commit/bfcda7781a886ab2b7b41937c0f49c088f58a3d7

The max length does not change directly, because ""At present we do not have the ability to make schema changes in core and so we cannot change the underlying database field of any given model field"" (Marc Tamlyn)

First steps https://github.com/django/django/pull/1291 (this pull request is closed)"	Bug	closed	Database layer (models, ORM)	dev	Normal	fixed	schemamigration	marc.tamlyn@…	Ready for checkin	1	0	0	0	0	0
