Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20263 closed Cleanup/optimization (fixed)

Formset description hard to understand

Reported by: feraudyh@… 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 Simon Charette, 11 years ago

Triage Stage: UnreviewedAccepted
Version: 1.4master

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.

comment:2 by Simon Charette, 11 years ago

Owner: changed from nobody to Simon Charette
Status: newassigned

comment:3 by Simon Charette <charette.s@…>, 11 years ago

Resolution: fixed
Status: assignedclosed

In 1de63cccb101fc801b60eb5ed42663a9499e595a:

Fixed #20263 -- Corrected wording in the formset documentation.

Thanks to feraudyh at yahoo.com for the report.

comment:4 by Simon Charette <charette.s@…>, 11 years ago

In 19ad7231da25ac944a3515d61b0fe3cc83f2992a:

[1.5.x] Fixed #20263 -- Corrected wording in the formset documentation.

Thanks to feraudyh at yahoo.com for the report.

Backport of 1de63cccb1 from master.

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