#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)
Change History (4)
by , 19 years ago
Attachment: | models.py.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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 , 19 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
(In [2219]) magic-removal: Fixed #1308 -- API changes in admin models. Thanks, mookai