diff options
| author | Richard Barrell <richard@brrll.co.uk> | 2017-04-05 22:27:33 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-06 09:34:11 -0400 |
| commit | 0cb009aa488f4c66d2b434bf3df13e719b2e2fc6 (patch) | |
| tree | 82fc2ea6e204e4724f6cfe30b23d39a8be1cc501 /docs/ref | |
| parent | 44bf3c6812a42360bd22741a5943145527ce4acf (diff) | |
[1.11.x] Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).
Backport of 351835f26234cade43f0bed45441fc144c33a785 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/signals.txt | 8 |
1 files changed, 0 insertions, 8 deletions
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`` |
