Hi,

On two separate occasions I needed to add some extra fields to an
existing form, both times the first thing I tried was subclassing. It
just seemed natural. I don't really feel strongly about this one one
way or another just saying that subclassing was the first thing that
came to my mind.

As far as order of fields goes I think it is possible to manipulate
the form.fields list in __init__ .
Maybe that is a bit hackish but perhaps having things organized in
simple fashion is better than fancy interfaces.

PS: I like the newforms a lot.

On 1/17/07, Rubic <[EMAIL PROTECTED]> wrote:
>
> Adrian Holovaty wrote:
> > Note that this behavior is up for discussion if many people find it
> > inconvenient. My initial thought is that it's a bit unbalanced to
> > allow for the definition of extra fields in a subclass but not
> > allowing the *removal* of fields in the same way.
>
> Building forms is is more an issue of composition
> than inheritance, so you're probably correct not
> to provide direct support for extending the fields
> in a derived class.
>
> Along the lines of composition, however, it would
> be good to have an interface (or just guidelines)
> to dynamically build forms, establishing field order,
> etc.
>
> --
> Jeff Bauer
> Rubicon, Inc.
>
>
> >
>


-- 
Jakub Labath

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