django1/django/test
Unai Zalakain 9eb16031ca Fixed #12571 -- Attached originating WSGIRequest to test client responses.
Originating WSGIRequests are now attached to the ``wsgi_request`` attribute of
the ``HttpResponse`` returned by the testing client.

Thanks rvdrijst for the suggestion.
2014-01-09 18:50:03 -05:00
..
__init__.py Added modify_settings to alter settings containing lists of values. 2013-12-23 21:37:43 +01:00
_doctest.py Checkout prior commit of _doctest.py 2013-11-02 20:20:53 -04:00
client.py Fixed #12571 -- Attached originating WSGIRequest to test client responses. 2014-01-09 18:50:03 -05:00
html.py Fixed all the E203 violations 2013-10-26 18:27:42 -07:00
runner.py Fixed #21206 -- Fixed test discovery without labels 2014-01-01 12:40:16 +01:00
signals.py Wiped get_commands() cache when INSTALLED_APPS changes. 2014-01-01 18:11:09 +01:00
simple.py Made the AppConfig API marginally more consistent. 2013-12-26 19:25:09 +01:00
testcases.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
utils.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00