# Generated by Django 2.2.24 on 2024-07-15 10:50 from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ('archaeological_context_records', '0117_identification_m2m'), ('ishtar_common', '0247_document_cached_authors'), ] operations = [ migrations.AddField( model_name='ishtarsiteprofile', name='no_context_button', field=models.ForeignKey(blank=True, help_text='If provided a button is displayed on find search pages to create a "No context" find', null=True, on_delete=django.db.models.deletion.SET_NULL, to='archaeological_context_records.ContextRecord', verbose_name='Default context record for no context button'), ), ]