1 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
 
   2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
 
   4 from django.db import migrations, models
 
   7 class Migration(migrations.Migration):
 
  10         ('catalogue', '0023_book_abstract'),
 
  17             field=models.BooleanField(default=False, verbose_name='preview'),
 
  22             field=models.DateField(null=True, verbose_name='preview until', blank=True),