From 0cb009aa488f4c66d2b434bf3df13e719b2e2fc6 Mon Sep 17 00:00:00 2001 From: Richard Barrell Date: Wed, 5 Apr 2017 22:27:33 +0100 Subject: [1.11.x] Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537). Backport of 351835f26234cade43f0bed45441fc144c33a785 from master --- docs/ref/signals.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index f23bb9eb8c..566d373335 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -539,14 +539,6 @@ Arguments sent with this signal: Sent when Django finishes delivering an HTTP response to the client. -.. note:: - - Some WSGI servers and middleware do not always call ``close`` on the - response object after handling a request, most notably uWSGI prior to 1.2.6 - and Sentry's error reporting middleware up to 2.0.7. In those cases this - signal isn't sent at all. This can result in idle connections to database - and memcache servers. - Arguments sent with this signal: ``sender`` -- cgit v1.3