You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
535 B
Python

# Generated by Django 2.1.3 on 2019-01-23 10:05
import cvat.apps.dataset_repo.models
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('dataset_repo', '0001_initial'),
]
replaces = [('git', '0002_auto_20190123_1305')]
operations = [
migrations.AlterField(
model_name='gitdata',
name='status',
field=models.CharField(default=cvat.apps.dataset_repo.models.GitStatusChoice('!sync'), max_length=20),
),
]