1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests/regressiontests/test_client_regress
2007-09-14 06:05:54 +00:00
..
fixtures Fixed #5330 -- Added a fixture file that was missing from [6039]. 2007-09-03 23:41:24 +00:00
__init__.py
models.py Fixed tests to match new HTTP redirect behaviour. We always redirect to absolute URLs now. 2007-09-14 06:05:54 +00:00
urls.py Fixed #4988 -- In the test client, Added tracking of the client and request that caused a response so that the assertRedirects check can use the correct client when following a redirect. Well spotted, alex@gc-web.de. 2007-09-03 11:21:40 +00:00
views.py Fixed #4988 -- In the test client, Added tracking of the client and request that caused a response so that the assertRedirects check can use the correct client when following a redirect. Well spotted, alex@gc-web.de. 2007-09-03 11:21:40 +00:00