Fundraising in PDF.
[wolnelektury.git] / src / isbn / migrations / 0001_initial.py
index b3c9aec..2a66bc1 100644 (file)
@@ -1,6 +1,8 @@
+# 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
 import django.db.models.deletion
-import jsonfield.fields
 
 
 class Migration(migrations.Migration):
@@ -30,7 +32,7 @@ class Migration(migrations.Migration):
                 ('product_form_detail', models.CharField(max_length=8, blank=True)),
                 ('title', models.CharField(max_length=256)),
                 ('part_number', models.CharField(max_length=64, blank=True)),
-                ('contributors', jsonfield.fields.JSONField()),
+                ('contributors', models.TextField()),
                 ('edition_type', models.CharField(max_length=4)),
                 ('edition_number', models.IntegerField(default=1)),
                 ('language', models.CharField(max_length=4)),