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
453 B

# Generated by Django 4.2.30 on 2026-08-27 11:55
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('podcast', '0004_alter_podcastcollection_slug'),
]
operations = [
migrations.AlterField(
model_name='podcast',
name='slug',
field=models.SlugField(allow_unicode=True, blank=True, max_length=255, null=True, unique=True),
),
]