##// END OF EJS Templates
Tag name is now stored in the alias with default locale
Tag name is now stored in the alias with default locale

File last commit:

r1874:aaf6b563 default
r1874:aaf6b563 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',
),
]