Django Inline Admin elements do not allow editing
- by nickcartwright
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!