Refs #12398 - TypedMultipleChoiceField is new in Django 1.3
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b0ecab516f
commit
5c6a9f35a9
|
@ -638,6 +638,8 @@ Takes one extra required argument, ``choices``, as for ``ChoiceField``.
|
||||||
|
|
||||||
.. class:: TypedMultipleChoiceField(**kwargs)
|
.. class:: TypedMultipleChoiceField(**kwargs)
|
||||||
|
|
||||||
|
.. versionadded:: 1.3
|
||||||
|
|
||||||
Just like a :class:`MultipleChoiceField`, except :class:`TypedMultipleChoiceField`
|
Just like a :class:`MultipleChoiceField`, except :class:`TypedMultipleChoiceField`
|
||||||
takes two extra arguments, ``coerce`` and ``empty_value``.
|
takes two extra arguments, ``coerce`` and ``empty_value``.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue