1 # Generated by Django 3.0.6 on 2020-06-03 00:11
3 from django.db import migrations, models
6 class Migration(migrations.Migration):
9 ('archive', '0016_auto_20200529_1528'),
13 migrations.AlterField(
14 model_name='audiobook',
15 name='youtube_volume',
16 field=models.CharField(blank=True, help_text='If set, audiobooks with the save value will be published as single YouTube video.', max_length=100, verbose_name='Volume name for YouTube'),