Django Inline Admin elements do not allow editing
Posted
by nickcartwright
on Stack Overflow
See other posts from Stack Overflow
or by nickcartwright
Published on 2010-05-14T11:23:25Z
Indexed on
2010/05/14
11:24 UTC
Read the original article
Hit count: 200
django
Hiya,
In the Django admin I'd like the ability to edit my models referenced by foreign keys In-Line.
I've read all the instructions, added a TabularInline object and my models are displayed there. All looks great, however, I only have the option to add new models and not an option to edit existing. Is there something I've been missing? All the documentation suggests the In-Line models are there to allow you to edit referenced models In-Line, however - all I can see is Add.
Any help would be much appreciated!
© Stack Overflow or respective owner