Commit f6285957 authored by Michal Čihař's avatar Michal Čihař

Fix method name

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent a9a88f8a
......@@ -120,7 +120,7 @@ def update_comment_flag(sender, instance, **kwargs):
@receiver(post_delete, sender=Suggestion)
@receiver(post_save, sender=Suggestion)
def update_comment_flag(sender, instance, **kwargs):
def update_suggestion_flag(sender, instance, **kwargs):
"""
Update related unit suggestion flags
"""
......
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