#6630: Fieldsets for newforms
------------------------------------------------------------+---------------
          Reporter:  Petr Marhoun <petr.marh...@gmail.com>  |         Owner:  
nobody 
            Status:  new                                    |     Milestone:    
     
         Component:  Forms                                  |       Version:  
SVN    
        Resolution:                                         |      Keywords:  
feature
             Stage:  Design decision needed                 |     Has_patch:  1 
     
        Needs_docs:  1                                      |   Needs_tests:  0 
     
Needs_better_patch:  1                                      |  
------------------------------------------------------------+---------------
Comment (by mitar):

 Ah, yes. This code can currently be used as a mixin. So you just do:

 {{{
 class MyFieldsetForm(metaforms.FieldsetFormMixin, MyForm):
   fieldset = ... # same structure as for django.contrib.admin.ModelAdmin
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/6630#comment:13>
Django <http://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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to