django/tests/regressiontests/test_client_regress
Aymeric Augustin 33a52cde08 Fixed #16040 -- Preserved scheme, host and port in the test client when following a redirect.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17157 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-27 20:04:13 +00:00
..
bad_templates
fixtures
templates
__init__.py
models.py Fixed #16040 -- Preserved scheme, host and port in the test client when following a redirect. 2011-11-27 20:04:13 +00:00
session.py Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code slightly. Refs #13478. 2011-11-27 17:52:24 +00:00
urls.py Fixed #16040 -- Preserved scheme, host and port in the test client when following a redirect. 2011-11-27 20:04:13 +00:00
views.py Fixed #15785 -- Stopped HttpRequest.read() from reading beyond the end of a wsgi.input stream and removed some redundant code in the multipartparser. Thanks, tomchristie, grahamd and isagalaev. 2011-06-28 10:17:56 +00:00