1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/tests/regressiontests/test_client_regress
2008-11-12 11:22:05 +00:00
..
bad_templates 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. 2008-08-22 13:59:41 +00:00
fixtures
__init__.py
models.py Fixed #9351 -- Modified the test client to pass on URL encoded parameters to the underlying views. Thanks to sime for the suggestion. 2008-11-12 11:22:05 +00:00
urls.py Fixed #9351 -- Modified the test client to pass on URL encoded parameters to the underlying views. Thanks to sime for the suggestion. 2008-11-12 11:22:05 +00:00
views.py Fixed #9351 -- Modified the test client to pass on URL encoded parameters to the underlying views. Thanks to sime for the suggestion. 2008-11-12 11:22:05 +00:00