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 e7fb95e commit 6245d83Copy full SHA for 6245d83
django_celery_results/models/abstract.py
@@ -3,7 +3,8 @@
3
import json
4
5
from celery import states
6
-from celery.result import CeleryGroupResult, result_from_tuple
+from celery.result import GroupResult as CeleryGroupResult
7
+from celery.result import result_from_tuple
8
from django.conf import settings
9
from django.db import models
10
from django.utils.translation import gettext_lazy as _
0 commit comments