#17301: Defining fieldsets in a form class
-------------------------------------+-------------------------------------
Reporter: msiedlarek | Owner: nobody
Type: New feature | Status: new
Component: Forms | Version: SVN
Severity: Normal | Resolution:
Keywords: form, forms, | Triage Stage: Accepted
fieldsets | Needs documentation: 0
Has patch: 1 | Patch needs improvement: 0
Needs tests: 0 | UI/UX: 0
Easy pickings: 0 |
-------------------------------------+-------------------------------------
Changes (by akaariai):
* stage: Unreviewed => Accepted
Comment:
Just a quick question: Would it be possible to design this in a way where
you have something more generic which Fieldset bases upon? I just ask this
because it might be nice to have `TabGroups` for tabular forms (where each
tab could perhaps have fieldsets...). A possible idea would be that forms
can have `FieldGroups`, which can have fields or more `FieldGroups`.
Fieldset would be a special case of a `FieldGroup`.
I don't know if implementing the feature in more generic terms is easy or
not. If it would make this overly complicated, feel free to ignore this
comment.
I am marking this accepted based on [http://groups.google.com/group
/django-developers/browse_thread/thread/742400983d410736 this] django-
developers thread.
--
Ticket URL: <https://code.djangoproject.com/ticket/17301#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.