mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Added missing import in docs/ref/signals.txt.
This commit is contained in:
parent
e9264bc25d
commit
4a303341fc
1 changed files with 2 additions and 0 deletions
|
@ -277,6 +277,8 @@ like this::
|
|||
|
||||
If we connected a handler like this::
|
||||
|
||||
from django.db.models.signals import m2m_changed
|
||||
|
||||
def toppings_changed(sender, **kwargs):
|
||||
# Do something
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue