#25294: Allow custom BoundFields on forms
--------------------------+------------------------------------------------
     Reporter:  MoritzS   |      Owner:  nobody
         Type:  New       |     Status:  new
  feature                 |
    Component:  Forms     |    Version:  1.8
     Severity:  Normal    |   Keywords:  form field BoundField bind_to_form
 Triage Stage:            |  Has patch:  0
  Unreviewed              |
Easy pickings:  0         |      UI/UX:  0
--------------------------+------------------------------------------------
 I propose adding a new method "bind_to_form()" to
 django.forms.Field. It takes a form and a name and returns a BoundField
 specific to the Field instance. The default implementation just returns
 an instance of the existing BoundField but now it is possible to
 customize it.

 For more information and discussion see the mailing list thread:
 https://groups.google.com/forum/#!topic/django-developers/-Bbi8vg5c9s

--
Ticket URL: <https://code.djangoproject.com/ticket/25294>
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.a84a1f8c1ed1d4107a0d248ed444d162%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to