django/tests/regressiontests
Adrian Holovaty b1f6b376c0 newforms: Changed Form so that clean_data only exists if a Form is valid. Thanks for the idea, Honza Kral
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-04 06:25:53 +00:00
..
cache
dateformat Fixed #2099 -- Allow timezone tests to be ignored on Windows systems, due to 2006-09-26 13:38:19 +00:00
db_typecasts
defaultfilters Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to specify precision of floats, Thanks, Eric Floehr. 2007-01-03 05:29:34 +00:00
forms newforms: Changed Form so that clean_data only exists if a Form is valid. Thanks for the idea, Honza Kral 2007-01-04 06:25:53 +00:00
httpwrappers
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 Fixes #3217 -- Added regression tests for options on the Admin metaclass. Includes some tests that are commented out, as they are known failures. Thanks, Robert Myers (who has promised to fix the rest of the tests). 2007-01-03 04:14:17 +00:00
many_to_one_regress
markup
null_queries Fixes #2737 -- Added code to allow None as a query value for __exact queries, raising an error otherwise. __exact=None is interpreted as the SQL 'value = NULL'. This fixes some minor problems with queries on unsaved objects with related object sets, and stops queries with a value of None being outright ignored (even if they reference an unknown attribute). 2006-10-14 02:48:05 +00:00
one_to_one_regress
string_lookup
templates Template system now supports variables whose str() returns a Unicode object with non-ascii characters. Thanks, gabor 2006-12-05 19:48:46 +00:00
urlpatterns_reverse
__init__.py