srg/artsurvey/migrations/0140_alter_artsurveyparams_turk_possible.py
2024-04-26 12:43:00 +03:00

19 lines
451 B
Python

# Generated by Django 3.2.12 on 2022-03-02 16:40
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('artsurvey', '0139_auto_20220216_1735'),
]
operations = [
migrations.AlterField(
model_name='artsurveyparams',
name='turk_possible',
field=models.BooleanField(default=False, help_text='Sources suitable for TUBITAK*'),
),
]