datatracker/ietf/nomcom/migrations/0006_auto_20190716_1216.py
Henrik Levkowetz 726fcbf27d Removed all __future__ imports.
- Legacy-Id: 17391
2020-03-05 23:53:42 +00:00

22 lines
486 B
Python

# Copyright The IETF Trust 2019-2020, All Rights Reserved
# -*- coding: utf-8 -*-
# Generated by Django 1.11.22 on 2019-07-16 12:16
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('nomcom', '0005_auto_20181008_0602'),
]
operations = [
migrations.AlterField(
model_name='feedback',
name='comments',
field=models.BinaryField(verbose_name='Comments'),
),
]