#20794 closed Cleanup/optimization (fixed)
Document change of behaviour in validate_email for Django 1.6
Description ¶
#4833 changed the way validate_email deals with x@localhost emails, which is probably backwards incompatible. Whilst I doubt many people rely on it, it's probably worth noting (it confused me a bit when my tests for https://github.com/dominicrodger/djohno failed in Django 1.6b1).
I've created a pull request (https://github.com/django/django/pull/1394) to add a note to the 1.6 release notes.
Change History (4)
comment:1 by , 12 years ago
Component: | *.djangoproject.com → Documentation |
---|
comment:2 by , 12 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|---|
Type: | Uncategorized → Cleanup/optimization |
Version: | 1.5 → 1.6-beta-1 |
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In c928725b933ff479c04e8a7fb74c4dc2ba138aa7: