[2.2.x] Fixed typo in docs/ref/signals.txt.

Backport of 632d7bbd3d from master
This commit is contained in:
Gil Forcada Codinachs 2019-10-30 16:52:40 +01:00 committed by Mariusz Felisiak
parent 3ca4457af3
commit eb8a53c7c1
1 changed files with 1 additions and 1 deletions

View File

@ -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