mirror of
https://github.com/django/daphne.git
synced 2025-07-13 09:22:17 +03:00
fixed typo (#296)
This commit is contained in:
parent
0f1ac3d08b
commit
fb2e9320c2
|
@ -104,7 +104,7 @@ class Binding(object):
|
||||||
@classmethod
|
@classmethod
|
||||||
def delete_receiver(cls, instance, **kwargs):
|
def delete_receiver(cls, instance, **kwargs):
|
||||||
"""
|
"""
|
||||||
Entry point for triggering the binding from save signals.
|
Entry point for triggering the binding from delete signals.
|
||||||
"""
|
"""
|
||||||
cls.trigger_outbound(instance, "delete")
|
cls.trigger_outbound(instance, "delete")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user