#29956: Allow formset form widget override for the ORDER field
----------------------------------------+------------------------
               Reporter:  Claude Paroz  |          Owner:  nobody
                   Type:  New feature   |         Status:  new
              Component:  Forms         |        Version:  2.1
               Severity:  Normal        |       Keywords:
           Triage Stage:  Unreviewed    |      Has patch:  0
    Needs documentation:  0             |    Needs tests:  0
Patch needs improvement:  0             |  Easy pickings:  0
                  UI/UX:  0             |
----------------------------------------+------------------------
 It would be handy to be able to override the widget of the added `ORDER`
 field of a formset form with `can_order=True`. The typical use case is to
 use a `HiddenInput` to manage the formset ordering in the UI without a
 visible form field.
 At first sight, I think this could be easily doable in the
 `BaseFormSet.add_fields` method.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29956>
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.71cc927da6993870edd942641852a02e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to