django/tests/regressiontests/test_client_regress
Malcolm Tredinnick fb4f82f2ea Reverted r9186 -- Committed to the wrong branch (it's a feature addition).
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-07 09:04:55 +00:00
..
bad_templates Fixed : Added a signal emission when an error is raised handling an error. This was required for the test client to handle missing 404.html templates and errors in the 404.html template. Thanks to danfairs for the report and fix. 2008-08-22 13:59:41 +00:00
fixtures Fixed -- Corrected the logic in the Test Client when an exception raised by a view is caught and re-raised. Thanks for the report, test case, and fix, Chris Wagner. 2008-06-07 06:25:59 +00:00
__init__.py 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
models.py Reverted r9186 -- Committed to the wrong branch (it's a feature addition). 2008-10-07 09:04:55 +00:00
urls.py Reverted r9186 -- Committed to the wrong branch (it's a feature addition). 2008-10-07 09:04:55 +00:00
views.py Reverted r9186 -- Committed to the wrong branch (it's a feature addition). 2008-10-07 09:04:55 +00:00