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 cf85c2f commit e8c8764Copy full SHA for e8c8764
scheduler/migrations/0019_task.py
@@ -1,4 +1,4 @@
1
-# Generated by Django 5.1.1 on 2024-10-08 14:41
+# Generated by Django 5.1.2 on 2024-10-15 14:56
2
3
import scheduler.models.task
4
from django.db import migrations, models
@@ -66,10 +66,8 @@ class Migration(migrations.Migration):
66
(
67
"at_front",
68
models.BooleanField(
69
- blank=True,
70
default=False,
71
help_text="When queuing the job, add it in the front of the queue",
72
- null=True,
73
verbose_name="At front",
74
),
75
0 commit comments