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 Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
fields.txt Added a `TypedChoiceField` which acts just like `ChoiceField`, except that it 2008-08-31 20:10:50 +00:00
index.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
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