##// END OF EJS Templates
Show localized tags under the proper letter section in all tags list. Cache localized tag name, not the whole view
Show localized tags under the proper letter section in all tags list. Cache localized tag name, not the whole view

File last commit:

r1569:a4ed3791 default
r1892:0808e889 default
Show More
0045_post_version.py
20 lines | 443 B | text/x-python | PythonLexer
# -*- coding: utf-8 -*-
# Generated by Django 1.9.5 on 2016-05-11 09:23
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('boards', '0044_globalid_content'),
]
operations = [
migrations.AddField(
model_name='post',
name='version',
field=models.IntegerField(default=1),
),
]