SciPost Code Repository

Skip to content
Snippets Groups Projects
0008_auto_20180913_2112.py 448 B
Newer Older
Jorran de Wit's avatar
Jorran de Wit committed
# -*- coding: utf-8 -*-
# Generated by Django 1.11.4 on 2018-09-13 19:12
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('preprints', '0007_auto_20180619_2033'),
    ]

    operations = [
        migrations.AlterField(
            model_name='preprint',
            name='url',
            field=models.URLField(blank=True),
        ),
    ]