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

r1873:47bc67c1 default
r1892:0808e889 default
Show More
0060_auto_20170227_1738.py
20 lines | 461 B | text/x-python | PythonLexer
/ boards / migrations / 0060_auto_20170227_1738.py
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-02-27 15:38
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('boards', '0059_auto_20170227_1156'),
]
operations = [
migrations.AlterField(
model_name='tag',
name='name',
field=models.CharField(db_index=True, max_length=100),
),
]