The solution is to set a unique dispatch_uid in exactly the same manner as
it is done for the template_rendered signal.
--
Ticket URL: <https://code.djangoproject.com/ticket/25249>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
A pull request that fixes the problem and includes a unit test is
available at:
https://github.com/django/django/pull/5116
--
Ticket URL: <https://code.djangoproject.com/ticket/25249#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/25249#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/25249#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In 7fa1dd8a80795d7573fe650014c5d23af7557bc7
Fixed #25249 -- Fixed exception handling in nested test client requests.
--
Ticket URL: <https://code.djangoproject.com/ticket/25249#comment:4>