I have a model that contains a 'created' field where 'editable' is set
to False in the model.

I'd like to display the created field in my form, but not allow it to
be modified.  I tried putting it in
the include list for the form, but that didn't seem to have any affect
(it didn't display in the form).

Is there a way to do this in a form or do I need to simply put the
created field into my template separate from the display of the form?

Margie
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to