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

18 lines
549 B

# 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'),
),
]