#13095: modelform_factory, modelformset_factory, inlineformset_factory
formfield_callback lambda function missing **kwargs
----------------------------------------+-----------------------------------
          Reporter:  hvdklauw           |         Owner:  carljm                
             
            Status:  new                |     Milestone:                        
             
         Component:  Forms              |       Version:  SVN                   
             
        Resolution:                     |      Keywords:  inlineformset_factory 
sprintSep2010
             Stage:  Ready for checkin  |     Has_patch:  1                     
             
        Needs_docs:  0                  |   Needs_tests:  0                     
             
Needs_better_patch:  0                  |  
----------------------------------------+-----------------------------------
Changes (by carljm):

  * keywords:  inlineformset_factory => inlineformset_factory sprintSep2010
  * owner:  nobody => carljm
  * summary:  modelform_factory, modelformset_factory,
              inlineformset_factory formfield_callback lamba
              function missing **kwargs => modelform_factory,
              modelformset_factory, inlineformset_factory
              formfield_callback lambda function missing
              **kwargs
  * stage:  Accepted => Ready for checkin

Comment:

 Verified that the latest patch (from vung) applies cleanly, fixes the
 reported problem, improves code maintainability (the same non-trivial
 default should not be repeated several different places, or we're asking
 for this bug to come back for a repeat visit), and adds useful test
 coverage (I verified that messing with any of the formfield_callback
 defaults now causes at least one test failure).

 Entire test suite passes with the patch (tested only on sqlite, but it's
 not an ORM patch).

 Marking ready-for-checkin. (Feel free to slap me if this is overstepping
 things).

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13095#comment:14>
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