mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Fixed #19516 - Fixed remaining broken links.
Added -n to sphinx builds to catch issues going forward.
This commit is contained in:
parent
3f890f8dc7
commit
9b5f64cc6e
83 changed files with 727 additions and 611 deletions
|
|
@ -3,6 +3,8 @@
|
|||
Formsets
|
||||
========
|
||||
|
||||
.. class:: django.forms.formset.BaseFormSet
|
||||
|
||||
A formset is a layer of abstraction to working 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