#14655: formsets should be iterable
-------------------------------+--------------------------------------------
          Reporter:  kenth     |         Owner:  pandres
            Status:  closed    |     Milestone:         
         Component:  Forms     |       Version:  SVN    
        Resolution:  fixed     |      Keywords:         
             Stage:  Accepted  |     Has_patch:  1      
        Needs_docs:  0         |   Needs_tests:  0      
Needs_better_patch:  0         |  
-------------------------------+--------------------------------------------
Comment (by russellm):

 I've just committed this, but a couple of comments for future reference:
  * We prefer patches to be submitted as a a single patch, not multiple
 partial patches. I was about to bounce this ticket due to a lack of
 documentation until I realized that documentation was contained in an
 different patch ticket.
  * You don't *ever* change an existing test case. Existing unittests are
 regressions for existing behavior. The fact that you're introducing a new
 behavior doesn't invalidate the existing behavior.
  * Code still needs to run under Python 2.4; this means you can't use
 context managers.

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