Opened 13 years ago
Closed 13 years ago
#18901 closed Bug (duplicate)
In section on Widgets, nothing is said about how widgets are rendered
Description ¶
In section API Reference/Forms/Widgets, e.g. this link:
https://docs.djangoproject.com/en/1.4/ref/forms/widgets/
there is nothing said about how widgets are rendered. There is a single mentioning of render()' method (without a href) in
class MultiWidget¶' description, but no description or notion of the method in general.
A section Rendering Widgets
would be great, but at least the render() method signature/description is required.
Note:
See TracTickets
for help on using tickets.
Agreed, we have #11185 open to add this info.