SciPost Code Repository

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

Add missing migration file (Volume ordering)

parent b06fd914
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Generated by Django 1.11.4 on 2018-03-27 17:37
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('journals', '0025_auto_20180314_1637'),
]
operations = [
migrations.AlterModelOptions(
name='volume',
options={'ordering': ('-until_date',)},
),
]
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