Re: regression? validate_email accepts trailing dash

2014-05-05 Thread Jason Brackins
For future reference, I went ahead and filed https://code.djangoproject.com/ticket/22579 On Wednesday, April 30, 2014 2:27:21 PM UTC-7, Jason Brackins wrote: > > Hi everybody, > > I've found this behavior that feels like a bug. I would like your opinion > on whether it *is*

regression? validate_email accepts trailing dash

2014-04-30 Thread Jason Brackins
Hi everybody, I've found this behavior that feels like a bug. I would like your opinion on whether it *is* a bug. In django 1.6 an EmailField will accept an address of the form 'f...@bar.com-' In django 1.4 it would trigger a ValidationError. Should this be considered a regression? The way I