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.
 
 

19 lines
457 B

# Generated by Django 5.1.8 on 2025-04-15 01:44
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('library', '0003_bookcollection_pin_top'),
]
operations = [
migrations.AddField(
model_name='bookcollection',
name='slug',
field=models.SlugField(default='1', max_length=255, unique=True),
preserve_default=False,
),
]