SciPost Code Repository

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

Merge migrations

parent 7a15699c
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Generated by Django 1.10.3 on 2017-07-26 07:45
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('journals', '0036_auto_20170725_2048'),
('journals', '0039_publication_grants'),
]
operations = [
]
# -*- coding: utf-8 -*-
# Generated by Django 1.10.3 on 2017-07-26 07:45
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('partners', '0028_merge_20170724_1958'),
('partners', '0028_merge_20170724_1840'),
]
operations = [
]
# -*- coding: utf-8 -*-
# Generated by Django 1.10.3 on 2017-07-26 07:45
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('submissions', '0055_merge_20170724_1958'),
('submissions', '0059_auto_20170725_2048'),
]
operations = [
]
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