Opened 18 years ago
Closed 18 years ago
#4309 closed (invalid)
document prefix parameter for newforms Form
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Hi
please tell the user the usefull prefix keyword argument
for the Form class constructor:
http://www.djangoproject.com/documentation/newforms/
I coded more than one hour to get something like this
working. By chance I found it in the django code.
Change History (2)
comment:1 by , 18 years ago
| Summary: | Doc: Newforms: prefix → document prefix parameter for newforms Form |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 18 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
We're still working on the newforms documentation, so tickets like this that request documentation of specific features are more distracting than helpful.
Note:
See TracTickets
for help on using tickets.
Yes, the newforms documentation is not yet complete. Patches welcome.