summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/signals.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt
index 823545dd07..175d6599af 100644
--- a/docs/ref/signals.txt
+++ b/docs/ref/signals.txt
@@ -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