django/tests/regressiontests
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
..
bug639 Added a tearDown to the tests for #639 so that the "uploaded" image doesn't clog /tmp. Sorry, Joseph! 2007-03-01 00:02:04 +00:00
cache
datastructures
dateformat
db_typecasts
defaultfilters
dispatch Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00
fixtures_regress
forms Renamed form-specific cleaning methods to be do_clean_*, rather than clean_*. 2007-05-14 14:02:36 +00:00
httpwrappers
humanize
initial_sql_regress Fixed #2729 -- Handle initial SQL with different line-ending styles (Windows 2006-09-25 07:36:46 +00:00
invalid_admin_options
many_to_one_regress Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common in 2007-03-08 03:21:35 +00:00
markup Refs #2333 - Modified runtests script to use new testing framework. Migrated existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate. 2006-08-27 13:59:47 +00:00
null_queries
one_to_one_regress Refs #2333 - Modified runtests script to use new testing framework. Migrated existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate. 2006-08-27 13:59:47 +00:00
serializers_regress Moved generic relations into django.contrib.contenttypes, since it depends on 2007-05-08 10:59:35 +00:00
string_lookup
templates
test_client_regress
text Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev. 2007-03-30 11:57:50 +00:00
urlpatterns_reverse
__init__.py