##// END OF EJS Templates
Rendered post should be considered safe
Rendered post should be considered safe

File last commit:

r1874:aaf6b563 default
r1952:4c766e32 default
Show More
0063_auto_20170301_1058.py
23 lines | 484 B | text/x-python | PythonLexer
/ boards / migrations / 0063_auto_20170301_1058.py
# -*- 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',
),
]