django1/tests/regressiontests/forms/tests
Alex Gaynor cc8c3ebb7d Converted Chilean localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18 20:30:05 +00:00
..
__init__.py Converted Chilean localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:30:05 +00:00
error_messages.py Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch. 2010-11-16 13:20:56 +00:00
extra.py Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch. 2010-11-16 13:20:56 +00:00
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 Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch. 2010-11-16 13:20:56 +00:00
media.py Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusion around the STATICFILES_URL and STATICFILES_ROOT settings. 2010-11-17 15:36:26 +00:00
models.py Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch. 2010-11-16 13:20:56 +00:00
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 Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch. 2010-11-16 13:20:56 +00:00
validators.py Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch. 2010-11-16 13:20:56 +00:00
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