django/tests/regressiontests/forms
Brian Rosner bd12310427 Converted regressiontests/forms/fields.py to unittests
This makes merging in the soc2009/model-validation simpler and rids us a
little bit more of awful doctests. Thanks Honza!

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11858 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-13 22:00:26 +00:00
..
localflavor Fixed #12146: Corrected Canadian postal code validation. Thanks paulschreiber and Mark Lavin. 2009-12-13 17:01:22 +00:00
__init__.py
error_messages.py
extra.py
fields.py Converted regressiontests/forms/fields.py to unittests 2009-12-13 22:00:26 +00:00
forms.py Fixed #3512: it's now possible to add CSS hooks to required/erroneous form rows. Thanks, SmileyChris. 2009-12-12 18:52:12 +00:00
formsets.py
media.py
models.py
regressions.py Added an explicit test showing that field errors are correctly autoescaped. 2009-11-20 14:59:44 +00:00
tests.py Converted regressiontests/forms/fields.py to unittests 2009-12-13 22:00:26 +00:00
util.py
widgets.py