X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..9d45a0c27afb45604b62ffb37fd110a71366c918:/src/funding/migrations/0001_initial.py diff --git a/src/funding/migrations/0001_initial.py b/src/funding/migrations/0001_initial.py index cebe8d287..f802027cf 100644 --- a/src/funding/migrations/0001_initial.py +++ b/src/funding/migrations/0001_initial.py @@ -44,7 +44,7 @@ class Migration(migrations.Migration): ('start', models.DateField(verbose_name='start', db_index=True)), ('end', models.DateField(verbose_name='end', db_index=True)), ('redakcja_url', models.URLField(verbose_name='redakcja URL', blank=True)), - ('cover', models.ImageField(upload_to=b'funding/covers', verbose_name='Cover')), + ('cover', models.ImageField(upload_to='funding/covers', verbose_name='Cover')), ('notified_near', models.DateTimeField(null=True, verbose_name='Near-end notifications sent', blank=True)), ('notified_end', models.DateTimeField(null=True, verbose_name='End notifications sent', blank=True)), ('book', models.ForeignKey(blank=True, to='catalogue.Book', help_text='Published book.', null=True)),