django/tests/regressiontests
Adrian Holovaty 2c86d57284 Added unit tests and docs for the newforms case in which the form's data doesn't include a value for a nonrequired field
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14 02:57:42 +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 Fixed #4041 -- Added a __contains__ method to cache backends. Thanks, Gary 2007-05-08 04:13:46 +00:00
datastructures Fixed #3964 -- Added a custom SortedDict.__repr__ so that the keys are printed 2007-04-25 07:30:54 +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 Made django.utils.html.escape() work with unicode strings (and unicode-like 2007-04-04 06:43:28 +00:00
dispatch Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00
fixtures_regress Fixed #4057 -- Fixed problem with quoting of sequence names on Postgres backends. Thanks, Gary Wilson. 2007-04-17 11:11:26 +00:00
forms Added unit tests and docs for the newforms case in which the form's data doesn't include a value for a nonrequired field 2007-05-14 02:57:42 +00:00
httpwrappers Fixed #4270 -- Don't permit deleting of items from an immutable QueryDict. 2007-05-11 08:22:06 +00:00
humanize Negligible formatting change to humanize tests.py (from [4880]) 2007-04-01 05:23:08 +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 Fixed comma splice in error message introduced in [5133] 2007-05-06 04:12:08 +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 Moved generic relations into django.contrib.contenttypes, since it depends on 2007-05-08 10:59:35 +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 #3753 -- Allow optional display of invalid variable name in 2007-05-08 03:36:16 +00:00
test_client_regress Improved error reporting for assertions where there are no form errors, or a non-existent field has been provided. Also created a test client regression test, to hold the tests validating the failure cases of the TestCase assertions. 2007-05-10 13:46:15 +00:00
text Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev. 2007-03-30 11:57:50 +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