Loading docs/howto/deployment/wsgi/index.txt +1 −2 Original line number Diff line number Diff line Loading @@ -85,7 +85,6 @@ to combine a Django application with a WSGI application of another framework. .. note:: Some third-party WSGI middleware do not call ``close`` on the response object after handling a request — most notably Sentry's error reporting middleware up to version 2.0.7. In those cases the object after handling a request. In those cases the :data:`~django.core.signals.request_finished` signal isn't sent. This can result in idle connections to database and memcache servers. Loading
docs/howto/deployment/wsgi/index.txt +1 −2 Original line number Diff line number Diff line Loading @@ -85,7 +85,6 @@ to combine a Django application with a WSGI application of another framework. .. note:: Some third-party WSGI middleware do not call ``close`` on the response object after handling a request — most notably Sentry's error reporting middleware up to version 2.0.7. In those cases the object after handling a request. In those cases the :data:`~django.core.signals.request_finished` signal isn't sent. This can result in idle connections to database and memcache servers.