##// 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:

r2023:674c28f2 default
r2039:d7fe8128 default
Show More
0068_auto_20171214_0833.py
17 lines | 346 B | text/x-python | PythonLexer
/ boards / migrations / 0068_auto_20171214_0833.py
# Generated by Django 2.0 on 2017-12-14 06:33
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('boards', '0067_threadsource'),
]
operations = [
migrations.AlterUniqueTogether(
name='tagalias',
unique_together={('name', 'locale')},
),
]