mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed typo in docs/ref/signals.txt.
This commit is contained in:
parent
a370dbd954
commit
632d7bbd3d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue