1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/tests/regressiontests/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
..
localflavor Fixed #8276: corrected another couple of names in localflavor.pl.forms. Patch by Piotr Lewandowski. 2008-08-27 23:05:25 +00:00
__init__.py
error_messages.py
extra.py
fields.py Added a TypedChoiceField which acts just like ChoiceField, except that it 2008-08-31 20:10:50 +00:00
forms.py Fixed #7195 -- Fixed the validation of MultipleChoice fields so that they can 2008-08-25 00:32:32 +00:00
formsets.py
media.py
models.py Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: 2008-08-10 21:10:47 +00:00
regressions.py Fixed #5216 -- Fixed a case of a string not being a unicode string. 2008-08-31 11:39:06 +00:00
tests.py
util.py
widgets.py Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets. 2008-08-26 21:32:17 +00:00