#20263 closed Cleanup/optimization (fixed)
Formset description hard to understand
| Reported by: | Owned by: | Simon Charette | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | 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
Hello,
In the following page
https://docs.djangoproject.com/en/dev/topics/forms/formsets/
there is the following sentence:
A formset is a layer of abstraction to working with multiple forms on the same page.
I find this sentence incomprehensible.
Do you mean
A formset is a layer of abstraction to working with multiple forms on the same page.
?
yours truly
Henri de Feraudy
Change History (4)
comment:1 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|---|
| Version: | 1.4 → master |
comment:2 by , 13 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I guess you meant:
A formset is a layer of abstraction to work with multiple forms on the same page.
Agreed that the wording should be fixed here.