Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1300 closed defect (fixed)

[magic-removal] Minor housekeeping fixes for magic-removal

Reported by: Esaj Owned by: Adrian Holovaty
Component: contrib.admin Version: magic-removal
Severity: normal 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

This is mostly just renaming get_object() to get() and get_list() to all() or filter().

Attachments (2)

housekeeping.diff (17.9 KB ) - added by Esaj 18 years ago.
housekeeping2.diff (15.6 KB ) - added by Esaj 18 years ago.
Removed diff for contenttypes

Download all attachments as: .zip

Change History (5)

by Esaj, 18 years ago

Attachment: housekeeping.diff added

comment:1 by Esaj, 18 years ago

Oops, I didn't mean to include the diff for django/contrib/contenttypes/models.py...

comment:2 by Adrian Holovaty, 18 years ago

Status: newassigned

I'm on it.

by Esaj, 18 years ago

Attachment: housekeeping2.diff added

Removed diff for contenttypes

comment:3 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: assignedclosed

(In [2211]) magic-removal: Fixed #1300 -- Converted various Django code to use the new descriptor-fields DB API. Thanks much, Esaj

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