Opened 14 years ago

Closed 13 years ago

#14257 closed (fixed)

Remove isValidIDList from ManyToManyField in django/db/models/fields/related.py

Reported by: Andrii Kurinnyi Owned by: Andrii Kurinnyi
Component: Database layer (models, ORM) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

method isValidIDList seems to be an internal method used in Django before MultiDb.
It is not used anywhere in Django code now.
Also see #13771

Attachments (1)

rm_isValidIDList.diff (1.3 KB ) - added by Andrii Kurinnyi 14 years ago.

Download all attachments as: .zip

Change History (3)

by Andrii Kurinnyi, 14 years ago

Attachment: rm_isValidIDList.diff added

comment:1 by Andrii Kurinnyi, 14 years ago

Owner: changed from nobody to Andrii Kurinnyi
Status: newassigned

comment:2 by Alex Gaynor, 13 years ago

Resolution: fixed
Status: assignedclosed

(In [14602]) Fixed #14257 -- removed ManyToManyField.isValidIDList which was completely dead code (unused since magic-removal). Thanks to andrewsk for the patch.

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