Yes, I suppose if you wanted you could create a custom form that added
the attribute disabled to all of them, however I am not aware of any
other way, someone else might be able to explain how to alter all the
fields in the __init__ method but I'm  not sure how.

On Jan 31, 7:13 pm, Carl Karsten <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Using SVN you could SVN use modelforms, on .96 use the form_for
> > helpers.
>
> but modelforms still puts everything in <input> tags, right?
>
> Carl K
>
>
>
> > On Jan 31, 6:34 pm, Carl Karsten <[EMAIL PROTECTED]> wrote:
> >> newforms is great for creating forms.  I need something similar to 
> >> generate a
> >> display form from a model.
>
> >> I looked at subclassing form, but what I would need to override is in the
> >> widgets.  which is probably why my hope isn't a good one.  but for what I 
> >> need,
> >> I only am using char fields, so I don't have to worry about widgets.
>
> >> So, is there some way to render a form as just text?
>
> >> Carl K
--~--~---------~--~----~------------~-------~--~----~
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