SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 9dfd06c9 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Submission migration, don't know why it's there.

parent b8ba379a
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Generated by Django 1.10.3 on 2017-06-08 15:10
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('submissions', '0044_auto_20170602_1836'),
]
operations = [
migrations.AlterField(
model_name='report',
name='status',
field=models.CharField(choices=[('draft', 'Draft'), ('vetted', 'Vetted'), ('unvetted', 'Unvetted'), ('incorrect', 'Rejected (incorrect)'), ('unclear', 'Rejected (unclear)'), ('notuseful', 'Rejected (not useful)'), ('notacademic', 'Rejected (not academic in style)')], default='unvetted', max_length=16),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment