2017-09-22 19:16:41 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Generated by Django 1.11.5 on 2017-09-22 17:16
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2024-10-23 11:06:57 +02:00
|
|
|
("mainsite", "0004_publication_in_year_view_anyway"),
|
2017-09-22 19:16:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AlterModelOptions(
|
2024-10-23 11:06:57 +02:00
|
|
|
name="publicationyear",
|
|
|
|
options={"ordering": ["-startYear"]},
|
2017-09-22 19:16:41 +02:00
|
|
|
),
|
|
|
|
]
|