0063_auto_20170301_1058.py
23 lines
| 484 B
| text/x-python
|
PythonLexer
neko259
|
r1874 | # -*- coding: utf-8 -*- | ||
# Generated by Django 1.10.5 on 2017-03-01 08:58 | ||||
from __future__ import unicode_literals | ||||
from django.db import migrations | ||||
class Migration(migrations.Migration): | ||||
dependencies = [ | ||||
('boards', '0062_auto_20170301_1053'), | ||||
] | ||||
operations = [ | ||||
migrations.AlterModelOptions( | ||||
name='tag', | ||||
options={}, | ||||
), | ||||
migrations.RemoveField( | ||||
model_name='tag', | ||||
name='name', | ||||
), | ||||
] | ||||