#12398: Add `TypedMultipleChoiceField` to compliment `TypedChoiceField`.
----------------------------------------+-----------------------------------
          Reporter:  mrmachine          |         Owner:  nobody
            Status:  new                |     Milestone:        
         Component:  Forms              |       Version:  SVN   
        Resolution:                     |      Keywords:        
             Stage:  Ready for checkin  |     Has_patch:  1     
        Needs_docs:  0                  |   Needs_tests:  0     
Needs_better_patch:  0                  |  
----------------------------------------+-----------------------------------
Changes (by mrmachine):

  * needs_better_patch:  1 => 0
  * version:  => SVN
  * stage:  Accepted => Ready for checkin

Comment:

 I've updated the patch according to your feedback. The underlying
 implementation changed a fair bit (to use `to_python()` instead of
 `clean()`), so the "hack" comment is gone as it was no longer relevant,
 anyway. The tests were named for consistency with the surrounding tests
 back then, which had a unique sequential number suffix for all tests in
 the module, rather than for each group of tests.

 I think we can also mark #5481 as fixed or invalid (with instruction to
 use `TypedMultipleChoiceField`) now?

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

Reply via email to