summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGil Forcada Codinachs <gil.gnome@gmail.com>2019-10-30 16:52:40 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-10-30 16:53:51 +0100
commiteb8a53c7c1c445cc8245bf0b2136d3062e6c7d17 (patch)
tree3025373f876b635f88602831cf9f291c5aabfa92 /docs
parent3ca4457af3dce203848783c4e1c12fdcefae42ab (diff)
[2.2.x] Fixed typo in docs/ref/signals.txt.
Backport of 632d7bbd3dff1614cf7936dae733278149930f5b from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/signals.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt
index 48915cdc45..dc8c53ac2d 100644
--- a/docs/ref/signals.txt
+++ b/docs/ref/signals.txt
@@ -29,7 +29,7 @@ model system.
override in your own code.
If you override these methods on your model, you must call the parent class'
- methods for this signals to be sent.
+ methods for these signals to be sent.
Note also that Django stores signal handlers as weak references by default,
so if your handler is a local function, it may be garbage collected. To