django/tests/regressiontests/forms/tests
Alex Gaynor 6127cf13cd Converted French localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14939 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18 20:30:38 +00:00
..
__init__.py Converted French localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:30:38 +00:00
error_messages.py
extra.py
fields.py Fixed #12398 -- Added a TypedMultipleChoiceField. Thanks to Tai Lee. 2010-12-05 04:47:19 +00:00
forms.py Fixes #10427 -- Abstract the value generation of a BoundField 2010-11-28 02:50:31 +00:00
formsets.py Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_valid is True. Thanks mlavin! 2010-11-21 17:27:01 +00:00
input_formats.py
media.py
models.py
regressions.py Fixed poorly-constructed test from r14612. Thanks to Alex Gaynor for the eagle eyes. 2010-11-20 00:05:11 +00:00
util.py
validators.py
widgets.py Fixed #14158 -- Fixed SelectMultiple._has_changed to not assume same order of data anymore. Thanks, akaariai and dmoisset. 2010-12-12 22:57:58 +00:00