##// END OF EJS Templates
Compute divided range only once, do not expose it outsided of paginator
Compute divided range only once, do not expose it outsided of paginator

File last commit:

r2023:674c28f2 default
r2063:5d000252 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')},
),
]