1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/tests/regressiontests/test_client_regress
2010-12-04 07:28:12 +00:00
..
bad_templates
fixtures
templates
__init__.py
models.py Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. 2010-12-04 07:28:12 +00:00
session.py
urls.py Fixed #13140 -- Ensure that request headers are preserved through redirect chains in the test client. Thanks to David Novakovic for the report. 2010-08-21 03:01:46 +00:00
views.py Fixed #13140 -- Ensure that request headers are preserved through redirect chains in the test client. Thanks to David Novakovic for the report. 2010-08-21 03:01:46 +00:00