mirror of
https://github.com/django/django.git
synced 2025-12-04 17:11:49 +00:00
Fixed typo in docs/topics/signals.txt.
This commit is contained in:
parent
50613d957a
commit
b5ef90192f
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ Preventing duplicate signals
|
||||||
|
|
||||||
In some circumstances, the code connecting receivers to signals may run
|
In some circumstances, the code connecting receivers to signals may run
|
||||||
multiple times. This can cause your receiver function to be registered more
|
multiple times. This can cause your receiver function to be registered more
|
||||||
than once, and thus called multiples times for a single signal event.
|
than once, and thus called multiple times for a single signal event.
|
||||||
|
|
||||||
If this behavior is problematic (such as when using signals to
|
If this behavior is problematic (such as when using signals to
|
||||||
send an email whenever a model is saved), pass a unique identifier as
|
send an email whenever a model is saved), pass a unique identifier as
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue