Allow custom BoundFields on forms
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
Change History
(10)
Has patch: |
set
|
Owner: |
changed from nobody to Moritz Sichert
|
Status: |
new → assigned
|
Triage Stage: |
Unreviewed → Accepted
|
Patch needs improvement: |
set
|
Patch needs improvement: |
unset
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
This was also proposed in #17533. I'll close that one as a duplicate.