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 / 0005_auto_20170920_1247.py
Size: Mime:
# -*- coding: utf-8 -*-
# Generated by Django 1.11.5 on 2017-09-20 12:47
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('django_comments_xtd', '0004_auto_20170221_1510'),
    ]

    operations = [
        migrations.AlterField(
            model_name='xtdcomment',
            name='followup',
            field=models.BooleanField(default=False, help_text='Notify follow-up comments'),
        ),
    ]