django/tests/regressiontests/model_forms_regress
Luke Plant 550912c513 Fixed #8426 - added 'helptext' CSS class to help text in forms to aid in styling
Thanks to erikcw for report, mrts and rpbarlow for patch



git-svn-id: http://code.djangoproject.com/svn/django/trunk@13519 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-06 17:47:58 +00:00
..
__init__.py
models.py Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are used on a modelform. This ensures that fields are URL and Email fields are cleaned consistently when included on model forms. Thanks to amadison for the report. 2010-08-05 03:59:20 +00:00
tests.py Fixed #8426 - added 'helptext' CSS class to help text in forms to aid in styling 2010-08-06 17:47:58 +00:00