Re: e-mail changed to email in email validator

2012-12-19 Thread Skylar Saveland
right-0, thanks guys. I must be getting old- I remember the style guidelines saying hyphen and thinking the hyphen was a little weird :) Cheers! On Wednesday, December 19, 2012 1:33:09 PM UTC-8, Mark Lavin wrote: > > This was changed as part of https://code.djangoproject.com/ticket/17899 > > Bes

Re: e-mail changed to email in email validator

2012-12-19 Thread Russell Keith-Magee
On Thu, Dec 20, 2012 at 5:23 AM, Skylar Saveland wrote: > I checked out 1.5 branch today and found a change that I can't find the > debate/announcement for: e-mail to email in > > django/core/validators.py:validate_email = EmailValidator(email_re, > _('Enter a valid email address.'), 'invalid') >

Re: e-mail changed to email in email validator

2012-12-19 Thread Mark Lavin
This was changed as part of https://code.djangoproject.com/ticket/17899 Best, Mark On Wednesday, December 19, 2012 4:23:24 PM UTC-5, Skylar Saveland wrote: > > I checked out 1.5 branch today and found a change that I can't find the > debate/announcement for: e-mail to email in > > django/core/v

e-mail changed to email in email validator

2012-12-19 Thread Skylar Saveland
I checked out 1.5 branch today and found a change that I can't find the debate/announcement for: e-mail to email in django/core/validators.py:validate_email = EmailValidator(email_re, _('Enter a valid email address.'), 'invalid') This change has me with # in 1.4.x it is: #error