Skip to content

Commit af6532a

Browse files
committed
Merge pull request django-haystack#33 from stephenmcd/develop
Handle multiple write-enabled haystack routers
2 parents 0c0cd33 + d60559c commit af6532a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

celery_haystack/signals.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ def enqueue(self, action, instance, sender, **kwargs):
4242
if action == 'update' and not index.should_update(instance):
4343
continue
4444
enqueue_task(action, instance)
45-
return # Only enqueue instance once

0 commit comments

Comments
 (0)