[Django]-Django Admin: how to display properties defined on model in an inline?

81👍

Add the field to both the readonly_fields tuple and fieldsets field as well.

Note this only works in Django 1.2+.

Leave a comment