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:
Timo Graham 2010-12-28 21:29:34 +00:00
parent b0ecab516f
commit 5c6a9f35a9
1 changed files with 2 additions and 0 deletions

View File

@ -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``.