Commit 9cacc250 authored by Alexey Efimov's avatar Alexey Efimov Committed by Tim Graham
Browse files

[1.7.x] Added missing import in docs/ref/signals.txt.

Backport of 4a303341 from master
parent 52eadbf5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -280,6 +280,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