Russell Keith-Magee 27efda5f5b Corrected warning filter in test_client_regress 14 years ago
..
bad_templates e054295fed Fixed #8136: 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. 16 years ago
fixtures 8a7bbc3c34 Fixed #5836 -- 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. 17 years ago
templates 2366415f48 Fixed #15368 - test failures due to regression with RequestContext 14 years ago
__init__.py 70902908c7 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. 18 years ago
models.py 27efda5f5b Corrected warning filter in test_client_regress 14 years ago
session.py f081059b45 Fixed #13152 -- Ensure the test client saves the session before writing the session key to the cookie, in case the session engine changes the session key. 15 years ago
urls.py ae5f3e7418 Updated to test_client_regress to use RedirectView instead of deprecated redirect_to. 14 years ago
views.py 2366415f48 Fixed #15368 - test failures due to regression with RequestContext 14 years ago