mirror of
https://github.com/django/django.git
synced 2025-08-01 09:32:50 +00:00
[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.
This commit is contained in:
parent
9176fa70c1
commit
19ad7231da
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Formsets
|
|||
|
||||
.. class:: django.forms.formset.BaseFormSet
|
||||
|
||||
A formset is a layer of abstraction to working with multiple forms on the same
|
||||
A formset is a layer of abstraction to work with multiple forms on the same
|
||||
page. It can be best compared to a data grid. Let's say you have the following
|
||||
form::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue