On Tue, Feb 10, 2009 at 12:14 AM, Margie <margierogin...@yahoo.com> wrote:

>
> 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
> >
>
For now you'll simply have to add it to the template.  It's a 1.1 maybe
feature to have non-editable items in the admin.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
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