#25294 closed New feature (fixed)
Allow custom BoundFields on forms
Description ¶
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)
comment:1 by , 10 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 10 years ago
comment:4 by , 10 years ago
Patch needs improvement: | set |
---|
Left some comments for improvement on the pull request.
comment:5 by , 10 years ago
Patch needs improvement: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
This was also proposed in #17533. I'll close that one as a duplicate.