Comment (by unaizalakain):
This would solve the problems mentioned in
https://code.djangoproject.com/ticket/15179#comment:24
--
Ticket URL: <https://code.djangoproject.com/ticket/12571#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => unaizalakain
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/12571#comment:7>
* needs_docs: 1 => 0
* version: => master
* needs_tests: 1 => 0
Comment:
PR sent: https://github.com/django/django/pull/1942
--
Ticket URL: <https://code.djangoproject.com/ticket/12571#comment:8>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/12571#comment:9>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"9eb16031ca837624433c49646289b50f9566a25d"]:
{{{
#!CommitTicketReference repository=""
revision="9eb16031ca837624433c49646289b50f9566a25d"
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.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/12571#comment:10>