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

Backport of 4a303341fc from master
This commit is contained in:
Alexey Efimov 2014-09-02 11:59:05 +06:00 committed by Tim Graham
parent b877697472
commit 24d84520aa
1 changed files with 2 additions and 0 deletions

View File

@ -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