diff options
| author | Gil Forcada Codinachs <gil.gnome@gmail.com> | 2019-10-30 16:52:40 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-10-30 16:52:40 +0100 |
| commit | 632d7bbd3dff1614cf7936dae733278149930f5b (patch) | |
| tree | 32c47028382d979e4fee49f15c19a6a5450cf528 /docs/ref | |
| parent | a370dbd9543703677697e80701b5dbec8c8e7da7 (diff) | |
Fixed typo in docs/ref/signals.txt.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/signals.txt | 2 |
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 |
