Document that built-in signals use send()
I think that Django consistently uses send()
rather than send_robust()
for its built-in signals, but it's not mentioned in the documentation.
The distinction matters to application code that uses these signals, since it determines whether or not a raised Exception
will propagate.
Change History
(6)
Triage Stage: |
Unreviewed → Accepted
|
Owner: |
changed from nobody to Filipa Andrade
|
Status: |
new → assigned
|
Has patch: |
set
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Added documentation available in https://github.com/django/django/pull/6449