#19812: Duplicate phrase in documentation of MultiWidget
--------------------------------------+----------------------
     Reporter:  diegueus9             |      Owner:  nobody
         Type:  Cleanup/optimization  |     Status:  new
    Component:  Documentation         |    Version:  1.5-rc-1
     Severity:  Normal                |   Keywords:
 Triage Stage:  Unreviewed            |  Has patch:  0
Easy pickings:  0                     |      UI/UX:  0
--------------------------------------+----------------------
 The documentation in
 
https://docs.djangoproject.com/en/1.5/ref/forms/widgets/#django.forms.MultiWidget.render
 repeats a couple of phrases:

 If value is a list, output of render() will be a concatenation of rendered
 child widgets. If value is not a list, it will be first processed by the
 method decompress() to create the list and then processed as above.

 In the second case – i.e., if the value is not a list – render() will
 first decompress the value into a list before rendering it. It does so by
 calling the decompress() method, which MultiWidget‘s subclasses must
 implement (see above).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19812>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to