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
458 B
18 lines
458 B
# Generated by Django 5.2.12 on 2026-06-23 11:52
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('hadis', '0021_rename_page_originaltextreference_pages_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='hadisinterpretation',
|
|
name='slug',
|
|
field=models.SlugField(blank=True, max_length=255, verbose_name='slug'),
|
|
),
|
|
]
|