Opened 17 years ago

Closed 17 years ago

#4784 closed (duplicate)

newforms-admin requires inner class Admin

Reported by: miracle2k <michael@…> Owned by: nobody
Component: contrib.admin Version: newforms-admin
Severity: 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

The newforms-admin still requires a inner

class Admin:

pass

for each model that is used as a ForeignKey somewhere. If it is missing, the popup edit feature for those keys will not be available.

Change History (2)

comment:1 by Honza Král <Honza.Kral@…>, 17 years ago

This is solved with a patch in #4491
requiring inner Admin class is not nice, because it won't work for multiple admin sites.

comment:2 by jkocherhans, 17 years ago

Resolution: duplicate
Status: newclosed

I'm pretty sure this is a duplicate of #4491 which was fixed in [6074].

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