mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[3.1.x] Fixed typo in docs/ref/forms/widgets.txt.
Backport of f9cfd346f0
from master
This commit is contained in:
parent
65d4c59da9
commit
2d560af8fb
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ foundation for custom widgets.
|
|||
.. method:: get_context(name, value, attrs)
|
||||
|
||||
In addition to the ``'widget'`` key described in
|
||||
:meth:`Widget.get_context`, ``MultiValueWidget`` adds a
|
||||
:meth:`Widget.get_context`, ``MultiWidget`` adds a
|
||||
``widget['subwidgets']`` key.
|
||||
|
||||
These can be looped over in the widget template:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue