##// END OF EJS Templates
Allow pasting files from clipboard. Alpha release, removing or previewing images in the form not implemented yet
Allow pasting files from clipboard. Alpha release, removing or previewing images in the form not implemented yet

File last commit:

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