e.g, when I insert the current user on save, I´d like to display the
user in the change-form without having the possibility to edit the
user.
thanks,
patrick
This isn't possible by throwing an option into your field definition.
If you trust your Admin-site users, the easiest thing to do is
probably add the disabled [1]_ attribute to the element via custom
admin javascript [2]_.
.. [1] http://www.w3.org/TR/html401/interact/forms.html#disabled
.. [2] http://www.djangoproject.com/documentation/model-api/#js
- whiteinge