Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#1253 closed defect (fixed)

[magic-removal][patch] admin/views/doc.py , model_detail, fix propose

Reported by: the.twentysixth@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal 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

  1. model = models.get_app(model) returns module but not model.
  2. if callable(func) and len(inspect.getargspec(func)... class can be callable but inpect.getargspec complains about it.

patch attached.

Attachments (1)

doc.py.diff (2.0 KB ) - added by the.twentysixth@… 19 years ago.

Download all attachments as: .zip

Change History (2)

by the.twentysixth@…, 19 years ago

Attachment: doc.py.diff added

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [2099]) magic-removal: Fixed #1253 -- Got admin doc for models working.

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