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 133b65a commit 1fc7b9aCopy full SHA for 1fc7b9a
docker-app/qfieldcloud/core/utils2/jobs.py
@@ -49,7 +49,7 @@ def apply_deltas(
49
# so we better assume the deltas will reach a non-"pending" status.
50
apply_jobs = models.ApplyJob.objects.filter(
51
project=project,
52
- status=[
+ status__in=[
53
models.Job.Status.PENDING,
54
models.Job.Status.QUEUED,
55
models.Job.Status.STARTED,
0 commit comments