#11365: django.db.models.fields.EmailField max_length should be 254
---------------------------------------------------+------------------------
Reporter: shellsage | Owner: nobody
Status: closed | Milestone:
Component: Database layer (models, ORM) | Version: SVN
Resolution: wontfix | Keywords: email
field max_length
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------------+------------------------
Changes (by russellm):
* status: new => closed
* resolution: => wontfix
Comment:
Firstly, EmailField accepts a max_length argument, so you can set your
email fields to be as long as you like.
Secondly, while I agree that 75 characters isn't strictly standards
compliant, it isn't something we can change easily. Changing max_length
would be backwards incompatible for every existing installation of Django.
So - when we start having v2.0 discussions, this is one of the backwards
incompatible changes will can consider. In the interim, use the max_length
argument.
I'm closing this ticket because we don't really have a good way to track
'things we need to do for v2.0'.
--
Ticket URL: <http://code.djangoproject.com/ticket/11365#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---