Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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)

patch.diff (934 bytes ) - added by elbarto 14 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Gabriel Hurley, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by elbarto, 14 years ago

Owner: changed from nobody to elbarto

by elbarto, 14 years ago

Attachment: patch.diff added

comment:3 by elbarto, 14 years ago

Has patch: set

comment:4 by Tim Graham, 14 years ago

Resolution: fixed
Status: newclosed

(In [14866]) Fixed #14875 - moved mention of email_re in 1.2 release notes from features deprecated to backwards incompatible changes. thanks galund for the report and elbarto for the patch.

comment:5 by Tim Graham, 14 years ago

(In [14867]) [1.2.X] Fixed #14875 - moved mention of email_re in 1.2 release notes from features deprecated to backwards incompatible changes. thanks galund for the report and elbarto for the patch.

Backport of r14866 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top