medor.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

0034_auto_20180206_1102.py
text/x-python

Download raw (537 bytes)

# -*- coding: utf-8 -*-
# Generated by Django 1.11.9 on 2018-02-06 10:02
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('publish', '0033_article_related_articles'),
    ]

    operations = [
        migrations.AlterField(
            model_name='article',
            name='related_articles',
            field=models.ManyToManyField(blank=True, related_name='_article_related_articles_+', to='publish.Article'),
        ),
    ]