##// END OF EJS Templates
New backend for fav threads. Now only last post ids are saved, no thread ids
New backend for fav threads. Now only last post ids are saved, no thread ids

File last commit:

r1835:aa9b2361 default
r2044:227641ed default
Show More
0056_auto_20170123_1620.py
24 lines | 555 B | text/x-python | PythonLexer
/ boards / migrations / 0056_auto_20170123_1620.py
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-01-23 14:20
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('boards', '0055_auto_20161229_1132'),
]
operations = [
migrations.AlterModelOptions(
name='attachment',
options={'ordering': ('id',)},
),
migrations.AlterField(
model_name='post',
name='uid',
field=models.TextField(),
),
]