Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gardentronic-django-comments-xtd / migrations / 0003_auto_20170220_1333.py
Size: Mime:
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-02-20 13:33
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('django_comments_xtd', '0002_blacklisteddomain'),
    ]

    operations = [
        migrations.AlterModelOptions(
            name='xtdcomment',
            options={'ordering': ('-thread_id', 'order')},
        ),
    ]