Commit 5c6a9f35 authored by Timo Graham's avatar Timo Graham
Browse files

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
parent b0ecab51
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -638,6 +638,8 @@ Takes one extra required argument, ``choices``, as for ``ChoiceField``.

.. class:: TypedMultipleChoiceField(**kwargs)

.. versionadded:: 1.3

Just like a :class:`MultipleChoiceField`, except :class:`TypedMultipleChoiceField`
takes two extra arguments, ``coerce`` and ``empty_value``.