mirror of
https://github.com/django/django.git
synced 2025-03-25 08:40:45 +00:00
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)
|
||||
|
||||
.. versionadded:: 1.3
|
||||
|
||||
Just like a :class:`MultipleChoiceField`, except :class:`TypedMultipleChoiceField`
|
||||
takes two extra arguments, ``coerce`` and ``empty_value``.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user