summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-11-10 23:21:31 +0200
committerTim Graham <timograham@gmail.com>2014-11-15 09:38:19 +0100
commitd552da1f8d42b7c6db992fee42bc4781f5fdde43 (patch)
treedadee4405fb21d346345530cedc2a01d19dab89b /docs/releases
parenta305695f28cb15165a19c3871aec878a230a5105 (diff)
Fixed #22407 -- Added AdminEmailHandler.send_mail().
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.8.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index fec2e2b4bc..729c19f3c2 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -271,6 +271,13 @@ Internationalization
reusable apps. It also allows overriding those custom formats in your main
Django project.
+Logging
+^^^^^^^
+
+* The :class:`django.utils.log.AdminEmailHandler` class now has a
+ :meth:`~django.utils.log.AdminEmailHandler.send_mail` method to make it more
+ subclass friendly.
+
Management Commands
^^^^^^^^^^^^^^^^^^^