summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2010-12-28 21:29:34 +0000
committerTimo Graham <timograham@gmail.com>2010-12-28 21:29:34 +0000
commit5c6a9f35a9e7604cba8bad159cc7ba3f8752d15a (patch)
tree59df9a93b863e1ffd1a3b7d28185ceae3adc883b /docs
parentb0ecab516f7842d53cd55f2461f24ad79fa28282 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/forms/fields.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index 076ad76f19..95cce477a9 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -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``.