mirror of https://github.com/django/django.git
[3.2.x] Fixed typo in docs/ref/forms/widgets.txt.
Backport of f9cfd346f0
from master
This commit is contained in:
parent
b62e767b88
commit
eab0b8b804
|
@ -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…
Reference in New Issue