Commit 4a303341 authored by Alexey Efimov's avatar Alexey Efimov Committed by Tim Graham
Browse files

Added missing import in docs/ref/signals.txt.

parent e9264bc2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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