Commit 24d84520 authored by Alexey Efimov's avatar Alexey Efimov Committed by Tim Graham
Browse files

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

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