I have a model, Foo. It has several database properties, and several properties that are calculated based on a combination of factors. I would like to present these
Foo
In the edit form, put the property name into readonly_fields (1.2 upwards only).
In the changelist, put it into list_display.