summaryrefslogtreecommitdiff
path: root/docs/releases/3.0.txt
diff options
context:
space:
mode:
authorNasir Hussain <nasirhjafri@gmail.com>2019-02-24 20:10:14 +0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-09-04 08:40:46 +0200
commit25706d728536fea88e12f62856de7c4b569ae282 (patch)
tree8078a729e666fb72a5c84de8d7fe8a7476ffdccb /docs/releases/3.0.txt
parent3c6a4fdb6d828a03e368632d88f8261cc30104da (diff)
Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.
Diffstat (limited to 'docs/releases/3.0.txt')
-rw-r--r--docs/releases/3.0.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index 52d435d5d5..9745a34660 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -259,6 +259,14 @@ Internationalization
language cookies. The default values of these settings preserve the previous
behavior.
+Logging
+~~~~~~~
+
+* The new ``reporter_class`` parameter of
+ :class:`~django.utils.log.AdminEmailHandler` allows providing an
+ ``django.views.debug.ExceptionReporter`` subclass to customize the traceback
+ text sent to site :setting:`ADMINS` when :setting:`DEBUG` is ``False``.
+
Management Commands
~~~~~~~~~~~~~~~~~~~