mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[3.0.x] Fixed typo in docs/ref/signals.txt.
Backport of 632d7bbd3dff1614cf7936dae733278149930f5b from master
This commit is contained in:
parent
453074bc1f
commit
0644b73e85
@ -29,7 +29,7 @@ model system.
|
|||||||
override in your own code.
|
override in your own code.
|
||||||
|
|
||||||
If you override these methods on your model, you must call the parent class'
|
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,
|
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
|
so if your handler is a local function, it may be garbage collected. To
|
||||||
|
Loading…
x
Reference in New Issue
Block a user