summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/signals.txt6
1 files changed, 6 insertions, 0 deletions
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
----------------