1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/regressiontests/test_client_regress
2011-11-27 20:04:13 +00:00
..
bad_templates
fixtures
templates Fixed #15368 - test failures due to regression with RequestContext 2011-02-27 00:24:35 +00:00
__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