#14875 closed (fixed)
release notes for 1.2 wrong about email_re
| Reported by: | George Lund | Owned by: | elbarto |
|---|---|---|---|
| Component: | Documentation | Version: | 1.2 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The Django 1.2 release notes list "email_re" in the "Features deprecated" section.
http://docs.djangoproject.com/en/dev/releases/1.2/#email-re
But in fact this is a backwards-incompatible change, and should be listed in the previous section.
Attachments (1)
Change History (6)
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 15 years ago
| Owner: | changed from to |
|---|
by , 15 years ago
| Attachment: | patch.diff added |
|---|
comment:3 by , 15 years ago
| Has patch: | set |
|---|
comment:4 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:5 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [14866]) Fixed #14875 - moved mention of
email_rein 1.2 release notes from features deprecated to backwards incompatible changes. thanks galund for the report and elbarto for the patch.