On Feb 14, 3:49 pm, john <[email protected]> wrote: > > Yes, the Items model data can be accessed through another part of the > Admin interface, but I think the purpose of the Green Plus Sign was to > alleviate this extra step.
Try registering the model of that type with the admin. The green plus will only appear if the model is registered - otherwise it is unable to find a change_form to allow for adding/editing the initial values. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

