diff options
| author | Daniel Musketa <daniel@musketa.de> | 2016-11-23 12:54:58 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-23 06:55:22 -0500 |
| commit | d0f417be1f97c476dc1d9d5cbed68993b5d120f0 (patch) | |
| tree | c7013592058876222ffe3206bd5a9db086900c54 /docs | |
| parent | 047a62b3f7ddb4f0a3bd72dce46a47ee4a847273 (diff) | |
[1.10.x] Fixed typo in docs/topics/signals.txt.
Backport of b5ef90192fa4e1ebcf8c5d4abacb1caaefdc2008 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/signals.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/signals.txt b/docs/topics/signals.txt index c43f02bd80..179ac04819 100644 --- a/docs/topics/signals.txt +++ b/docs/topics/signals.txt @@ -186,7 +186,7 @@ Preventing duplicate signals In some circumstances, the code connecting receivers to signals may run 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 send an email whenever a model is saved), pass a unique identifier as |
