Opened 12 years ago

Closed 12 years ago

#18901 closed Bug (duplicate)

In section on Widgets, nothing is said about how widgets are rendered

Reported by: me@… Owned by: nobody
Component: Documentation Version: 1.4
Severity: Normal Keywords: widgets
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

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.

Change History (1)

comment:1 by Tim Graham, 12 years ago

Resolution: duplicate
Status: newclosed

Agreed, we have #11185 open to add this info.

Note: See TracTickets for help on using tickets.
Back to Top