Opened 13 years ago
Closed 13 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)
Change History (7)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 13 years ago
Attachment: | 18042.diff added |
---|
comment:2 by , 13 years ago
Has patch: | set |
---|
comment:3 by , 13 years ago
by , 13 years ago
Attachment: | 18042.2.diff added |
---|
comment:4 by , 13 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
The test suite completed without warnings.
comment:5 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in e84f79f05113f546810c1908c7baef99fb1e874a.
Note:
See TracTickets
for help on using tickets.
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.