mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #22407 -- Added AdminEmailHandler.send_mail().
This commit is contained in:
committed by
Tim Graham
parent
a305695f28
commit
d552da1f8d
@@ -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
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user