django/tests/regressiontests/forms
Malcolm Tredinnick f15036ae6d Renamed form-specific cleaning methods to be do_clean_*, rather than clean_*.
This avoids a name clash that would occur when you had a form field called
"data" (because clean_data is already a dictionary on the Form class).

Backwards incompatible change.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5231 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14 14:02:36 +00:00
..
__init__.py
localflavor.py Fixed #3946 -- Added Swiss localflavor. Thanks, charly.wilhelm@gmail.com. 2007-05-01 03:10:10 +00:00
models.py Removed unit tests added in [5196]; didn't notice the tests in modeltests/model_forms. 2007-05-12 12:22:50 +00:00
regressions.py Renamed form-specific cleaning methods to be do_clean_*, rather than clean_*. 2007-05-14 14:02:36 +00:00
tests.py Renamed form-specific cleaning methods to be do_clean_*, rather than clean_*. 2007-05-14 14:02:36 +00:00