#20794 closed Cleanup/optimization (fixed)
Document change of behaviour in validate_email for Django 1.6
Reported by: | Dominic Rodger | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.6-beta-1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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 , 11 years ago
Component: | *.djangoproject.com → Documentation |
---|
comment:2 by , 11 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|---|
Type: | Uncategorized → Cleanup/optimization |
Version: | 1.5 → 1.6-beta-1 |
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In c928725b933ff479c04e8a7fb74c4dc2ba138aa7: