diff options
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/logging.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index e1056e6e96..f44383598f 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -563,8 +563,15 @@ Python logging module. By default, an instance of the email backend specified in :setting:`EMAIL_BACKEND` will be used. -.. _Sentry: https://pypi.python.org/pypi/sentry + .. method:: send_mail(subject, message, *args, **kwargs) + + .. versionadded:: 1.8 + Sends emails to admin users. To customize this behavior, you can + subclass the :class:`~django.utils.log.AdminEmailHandler` class and + override this method. + +.. _Sentry: https://pypi.python.org/pypi/sentry Filters ------- |
