We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da4756 commit b548639Copy full SHA for b548639
django_fsm_log/backends.py
@@ -72,7 +72,6 @@ def pre_transition_callback(sender, instance, name, source, target, **kwargs):
72
73
@staticmethod
74
def post_transition_callback(sender, instance, name, source, target, **kwargs):
75
-
76
klass = _get_concrete_model()
77
78
klass.pending_objects.commit_for_object(instance)
0 commit comments