Skip to content
Snippets Groups Projects
Verified Commit b2956a80 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Make signal receiver for post_revision_commit non-weak

parent c8ea5898
No related branches found
No related tags found
1 merge request!214Resolve "AutomaticPlan doesn't look at versions between the last revision and the current revision"
......@@ -32,4 +32,4 @@ class ChronosConfig(AppConfig):
"""Handle a new post revision commit signal in background."""
transaction.on_commit(lambda: handle_new_revision.delay(revision.pk))
post_revision_commit.connect(_handle_post_revision_commit)
post_revision_commit.connect(_handle_post_revision_commit, weak=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment