1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +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 Fixed #8512: Corrected typo in form validation documentation. Thanks for the catch, Karen. 2008-08-24 07:22:30 +00:00
widgets.txt Fixed #8518 -- Fixed some markup problems in the widget documentation. Thanks, 2008-08-27 05:56:57 +00:00