django/tests/regressiontests/httpwrappers
Aymeric Augustin 92837ae569 Avoided firing the request_finished signal in tests.
* Avoided calling BaseHttpResponse.close(). The test client take care of
  that since acc5396e.
* Disconnected the request_finished signal when this method must be
  called. The test client has a similar implementation since bacb097a.
2013-02-18 14:32:45 +01:00
..
__init__.py
abc.txt Fixed #7581 -- Added streaming responses. 2012-10-20 20:05:11 +02:00
models.py
tests.py Avoided firing the request_finished signal in tests. 2013-02-18 14:32:45 +01:00