summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/request-response.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 7a8b4b3082..370993444b 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -234,6 +234,16 @@ application.
``urlconf`` can be set to ``None`` to revert any changes made by previous
middleware and return to using the :setting:`ROOT_URLCONF`.
+.. attribute:: HttpRequest.exception_reporter_filter
+
+ This will be used instead of :setting:`DEFAULT_EXCEPTION_REPORTER_FILTER`
+ for the current request. See :ref:`custom-error-reports` for details.
+
+.. attribute:: HttpRequest.exception_reporter_class
+
+ This will be used instead of :setting:`DEFAULT_EXCEPTION_REPORTER` for the
+ current request. See :ref:`custom-error-reports` for details.
+
Attributes set by middleware
----------------------------