Friday, 30 August 2013

Django Admin - Make previous inline forms uneditable

Django Admin - Make previous inline forms uneditable

I have an inline form in Django Admin. When the user edits the modelform
all previously filled inline forms are also listed. I just want to allow
users to view previously filled inline forms and make them uneditable. But
the user can add another form.
I tried using editable=False but this doesn't allow me to fill new form.

No comments:

Post a Comment