# Generated by Django 4.2.30 on 2026-08-24 10:29 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('hadis', '0034_bookauthor_image'), ] operations = [ migrations.AddField( model_name='bookreference', name='has_editions', field=models.BooleanField(default=False, help_text='True if this reference has one or more editions, False for direct volumes without edition structure', verbose_name='Has Editions Structure'), ), ]