Opened 16 years ago

Closed 16 years ago

#6867 closed (fixed)

Missing DeprecationWarning's

Reported by: David Cramer Owned by: nobody
Component: Core (Other) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Two places were missing DeprecationWarning's (I found this out of the blue, so I figured I'd post).

Attachments (1)

warnings.diff (1.0 KB ) - added by David Cramer 16 years ago.

Download all attachments as: .zip

Change History (2)

by David Cramer, 16 years ago

Attachment: warnings.diff added

comment:1 by Adrian Holovaty, 16 years ago

Resolution: fixed
Status: newclosed

(In [7362]) Fixed #6867 -- Added some missing DeprecationWarnings to db.models.fields.related. Thanks, dcramer

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