Kaydet (Commit) 4a303341 authored tarafından Alexey Efimov's avatar Alexey Efimov Kaydeden (comit) Tim Graham

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

üst e9264bc2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment