##// END OF EJS Templates
Moved moderation panel completely to javascript, which will use one menu for all posts instead of a new one for each loaded
Moved moderation panel completely to javascript, which will use one menu for all posts instead of a new one for each loaded

File last commit:

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