Skip to content

Commit

Permalink
Refs #12398 - TypedMultipleChoiceField is new in Django 1.3
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timo committed Dec 28, 2010
1 parent a990ee7 commit 0a61a6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ref/forms/fields.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down

0 comments on commit 0a61a6f

Please sign in to comment.