Opened 12 years ago

Closed 12 years ago

#17926 closed Bug (fixed)

XMLField removed in 1.4 but still documented

Reported by: Alex Burgel Owned by: nobody
Component: Documentation Version: 1.4-beta-1
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

XMLField removed in 1.4 but still documented

the 1.4 docs still say XMLField is deprecated, and the release notes do not mention that it has been removed.

Change History (4)

comment:1 by Claude Paroz, 12 years ago

Triage Stage: UnreviewedAccepted

This should be removed, thanks for spotting it.

However, when some deprecated object is deleted in any version, the release notes of the version do not repeat that it has been deleted. You should read the previous version release notes to find the deprecation notice.
https://docs.djangoproject.com/en/1.3/releases/1.3/#removal-of-xmlfield

comment:2 by Claude Paroz, 12 years ago

Resolution: fixed
Status: newclosed

In [17764]:

Fixed #17926 -- Removed mention of XMLField in docs (missing deletion from r15982). Thanks aburgel for the report.

comment:3 by Bradley Ayers <bradley.ayers@…>, 12 years ago

Resolution: fixed
Status: closedreopened

This hasn't resolved the issue of it not being mentioned in the Django 1.4 release notes.

comment:4 by Claude Paroz, 12 years ago

Resolution: fixed
Status: reopenedclosed

See comment:1, removal of deprecated objects are not in release notes.

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