1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Fixed #32261 -- Added error logging to Signal.send_robust().

This commit is contained in:
Ayush Bansal
2020-12-12 12:58:43 +05:30
committed by Mariusz Felisiak
parent 965d2d95c6
commit b960e4ed72
3 changed files with 33 additions and 8 deletions

View File

@@ -420,7 +420,8 @@ Serialization
Signals
~~~~~~~
* ...
* :meth:`Signal.send_robust() <django.dispatch.Signal.send_robust>` now logs
exceptions.
Templates
~~~~~~~~~