chenzhaoyang
2025-12-17 d3e5a4b7658ece4f845bbc0c4f95acf3fbdf8a61
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by Django 3.1.14 on 2022-08-02 22:20
 
from django.db import migrations, models
 
 
class Migration(migrations.Migration):
 
    dependencies = [
        ('tasks', '0027_auto_20220801_1728'),
    ]
 
    operations = [
        migrations.AlterField(
            model_name='annotationdraft',
            name='lead_time',
            field=models.FloatField(blank=True, help_text='How much time it took to annotate the task', null=True, verbose_name='lead time'),
        ),
    ]