..
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
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
datastructures
Fixed #3678 -- Implemented SortedDict.copy().
2007-03-09 05:34:42 +00:00
dateformat
Fixed #3488 : Added "b" option to date format filter. Thanks, Gary Wilson.
2007-02-28 16:18:55 +00:00
db_typecasts
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
defaultfilters
Fixed #343 : filters that take strings now handle non-strings correctly. Thanks to Boffbowsh for the original patch, and to SmileyChris for the updated patch and tests.
2007-02-23 18:02:51 +00:00
dispatch
Updated the dispatch unit tests to be consistant with our coding style.
2007-02-26 03:44:36 +00:00
forms
Fixed #3654 -- Fixed test failure from [4665].
2007-03-06 01:12:46 +00:00
httpwrappers
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
humanize
Fixed #3518 : Added unit tests for the humanize filters. Major thanks to Jyrki Pulliainen for the tests.
2007-02-25 16:09:30 +00:00
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
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
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
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
Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. Also
2007-03-14 12:08:19 +00:00
string_lookup
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
templates
Fixed #3670 -- Fixed template argument parsing so that it understands negative
2007-03-09 06:12:15 +00:00
urlpatterns_reverse
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
__init__.py
Added regressions tests to ensure that one-to-one and many-to-many fields
2006-06-20 05:29:19 +00:00