Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1308 closed defect (fixed)

[magic-removal] fixed use of klass and get_content_type() in admin models.py

Reported by: mookai Owned by: Adrian Holovaty
Component: contrib.admin Version:
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


Attachments (1)

models.py.diff (1.3 KB ) - added by mookai 18 years ago.

Download all attachments as: .zip

Change History (4)

by mookai, 18 years ago

Attachment: models.py.diff added

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2219]) magic-removal: Fixed #1308 -- API changes in admin models. Thanks, mookai

comment:2 by mookai, 18 years ago

Resolution: fixed
Status: closedreopened

The patch also changed .get_package() to .package and without that change the recent actions box is still showing the wrong links.

comment:3 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: reopenedclosed

(In [2232]) magic-removal: Fixed #1308 -- Updated get_package() -> package() in admin models

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