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.
 
 

22 lines
597 B

# Generated by Django 3.2.7 on 2025-03-17 00:55
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('hadis', '0001_initial'),
]
operations = [
migrations.RemoveField(
model_name='hadiscategory',
name='name',
),
migrations.AlterField(
model_name='hadiscategory',
name='source_type',
field=models.CharField(blank=True, choices=[('shia', 'Shia'), ('sunni', 'Sunni')], default='shia', max_length=10, verbose_name='Source Type'),
),
]