mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #20578 - Typo in BaseFormSet module name
This commit is contained in:
parent
584bd14dcf
commit
9ff5f100dd
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
Formsets
|
||||
========
|
||||
|
||||
.. class:: django.forms.formset.BaseFormSet
|
||||
.. class:: django.forms.formsets.BaseFormSet
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue