Opened 12 years ago

Closed 12 years ago

#18042 closed Cleanup/optimization (fixed)

Advance the deprecation warnings for the features that will be removed in 1.6

Reported by: Aymeric Augustin Owned by: Ramiro Morales
Component: Uncategorized Version: dev
Severity: Release blocker 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

The list is here: https://docs.djangoproject.com/en/dev/internals/deprecation/#id3

If I understand correctly, it's just a matter of s/PendingDeprecationWarning/DeprecationWarning/ in the relevant files.

Attachments (2)

18042.diff (17.8 KB ) - added by Ramiro Morales 12 years ago.
18042.2.diff (19.9 KB ) - added by Aymeric Augustin 12 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Ramiro Morales, 12 years ago

Owner: changed from nobody to Ramiro Morales
Status: newassigned

by Ramiro Morales, 12 years ago

Attachment: 18042.diff added

comment:2 by Ramiro Morales, 12 years ago

Has patch: set

comment:3 by Aymeric Augustin, 12 years ago

The patch needs a small update after r17850. New version attached.

Every item in the 1.6 deprecation list is covered.

I'm running the test suite to confirm that all expected deprecation warnings are ignored.

by Aymeric Augustin, 12 years ago

Attachment: 18042.2.diff added

comment:4 by Aymeric Augustin, 12 years ago

Triage Stage: AcceptedReady for checkin

The test suite completed without warnings.

comment:5 by Aymeric Augustin, 12 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.
Back to Top