From eb2af16c59c3014541e2ad8ca63e510bc076dd8b Mon Sep 17 00:00:00 2001 From: "Joshua \"jag\" Ginsberg" Date: Wed, 20 Nov 2013 20:03:02 -0500 Subject: Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal. --- docs/ref/signals.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index f2f1709cea..823545dd07 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -589,6 +589,12 @@ Arguments sent with this signal: ``sender`` The handler class -- e.g. ``django.core.handlers.wsgi.WsgiHandler`` -- that handled the request. +``environ`` + The ``environ`` dictionary provided to the request. + +.. versionchanged:: 1.8 + + The ``environ`` argument was added. request_finished ---------------- -- cgit v1.3