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

19 lines
466 B
Python

# Generated by Django 3.2.10 on 2022-02-16 14:33
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('artsurvey', '0137_artsurveyparams_turkpossible'),
]
operations = [
migrations.AlterField(
model_name='artsurveyparams',
name='turkpossible',
field=models.BooleanField(default=False, help_text='Select sources suitable for TUBITAK'),
),
]