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:09:49 -0400 |
| commit | 351835f26234cade43f0bed45441fc144c33a785 (patch) | |
| tree | 5a2e6f4443ba7439445b169713c7e3e746bddec8 /docs/ref | |
| parent | 12d0567aa5e82322543f0c0c126ba18c91a1e439 (diff) | |
Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).
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 58026d9425..dc5bfd943b 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -531,14 +531,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`` |
