1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/docs/ref/forms
Jacob Kaplan-Moss 4ae746b574 Added a TypedChoiceField which acts just like ChoiceField, except that it
returns a value coerced by some provided function. Refs #6967.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-31 20:10:50 +00:00
..
api.txt
fields.txt Added a TypedChoiceField which acts just like ChoiceField, except that it 2008-08-31 20:10:50 +00:00
index.txt
validation.txt
widgets.txt Fixed #8518 -- Fixed some markup problems in the widget documentation. Thanks, 2008-08-27 05:56:57 +00:00