##// END OF EJS Templates
Version bump
Version bump

File last commit:

r2023:674c28f2 default
r2085:7c9be4c6 4.9.2 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')},
),
]