how to customize django admin for clickable list_editable
Posted
by FurtiveFelon
on Stack Overflow
See other posts from Stack Overflow
or by FurtiveFelon
Published on 2010-06-10T18:56:00Z
Indexed on
2010/06/10
19:03 UTC
Read the original article
Hit count: 289
django
|django-admin
Hi all,
Currently, i have a class MyAdmin(admin.ModelAdmin), and i have a field in there called name, which belongs to both list_editable and list_display. The current behavior is such that all fields that is in list_editable displays a form field. However, i would like to change that only when people click on the field would it turn into a editable form field.
Can anyone point me in the right direction on how to do that (which template to edit etc.).
Thank you very much!
Jason
© Stack Overflow or respective owner