I have two types of users - 1 superuser and 2 support user
I need to customise list_editable so that only superuser can edit and support user can only view that field in django-admin interface.
Please let me know which function do I need to override and how to do this.