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 71413b7 commit e003166Copy full SHA for e003166
django_celery_results/backends/database.py
@@ -8,7 +8,6 @@
8
from celery.utils.log import get_logger
9
from celery.utils.serialization import b64decode, b64encode
10
from django.db import connection, router, transaction
11
-from django.db.models.functions import Now
12
from django.db.utils import InterfaceError
13
from kombu.exceptions import DecodeError
14
0 commit comments