X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4424d39a5d12ff6e16853b1aca23def0df33cc80..HEAD:/src/catalogue/migrations/0018_auto_20171221_1106.py diff --git a/src/catalogue/migrations/0018_auto_20171221_1106.py b/src/catalogue/migrations/0018_auto_20171221_1106.py index e13685d7a..45b59b4ef 100644 --- a/src/catalogue/migrations/0018_auto_20171221_1106.py +++ b/src/catalogue/migrations/0018_auto_20171221_1106.py @@ -1,6 +1,6 @@ -# -*- coding: utf-8 -*- -from __future__ import unicode_literals - +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. +# from django.db import migrations, models @@ -14,6 +14,6 @@ class Migration(migrations.Migration): migrations.AlterField( model_name='bookmedia', name='part_name', - field=models.CharField(default=b'', max_length=512, verbose_name='part name', blank=True), + field=models.CharField(default='', max_length=512, verbose_name='part name', blank=True), ), ]