django/tests/regressiontests/serializers_regress
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 Added unit tests to fully check the performance of the serializer engines. 2007-03-13 01:03:05 +00:00
models.py Removed US localflavor-specific tests from core 2012-12-08 21:07:59 +01:00
tests.py Avoided firing the request_finished signal in tests. 2013-02-18 14:32:45 +01:00