0064_remove_post_version.py
19 lines
| 389 B
| text/x-python
|
PythonLexer
neko259
|
r1928 | # -*- coding: utf-8 -*- | ||
# Generated by Django 1.11 on 2017-09-27 12:38 | ||||
from __future__ import unicode_literals | ||||
from django.db import migrations | ||||
class Migration(migrations.Migration): | ||||
dependencies = [ | ||||
('boards', '0063_auto_20170301_1058'), | ||||
] | ||||
operations = [ | ||||
migrations.RemoveField( | ||||
model_name='post', | ||||
name='version', | ||||
), | ||||
] | ||||