Epinephrine wrote:
> I have a field that should never be edited by hand.  It is basically
> date_letter_sent, and it should be filled in by a view function when
> it sends a letter.
> 
> How can I keep the field from being editable in the Admin edit page
> for that class?

editable = False in the model definition.
/L

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to