summaryrefslogtreecommitdiff
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:10 +0100
commit0644b73e853864edde9a4d9d7b8dad71a317af58 (patch)
tree650de2b1fa5f4f7b87b7455eb1b4e476c1befbe1
parent453074bc1f4df930652175e1e45984dad1631f5f (diff)
[3.0.x] Fixed typo in docs/ref/signals.txt.
Backport of 632d7bbd3dff1614cf7936dae733278149930f5b from master
-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