##// END OF EJS Templates
Show thread OPs in the landing page instead of link and title list
Show thread OPs in the landing page instead of link and title list

File last commit:

r1590:0eb7ac3c default
r1793:9acfb664 default
Show More
0049_delete_postimage.py
18 lines | 361 B | text/x-python | PythonLexer
/ boards / migrations / 0049_delete_postimage.py
neko259
Store images as regular attachments instead of separate model
r1590 # -*- coding: utf-8 -*-
# Generated by Django 1.9.5 on 2016-05-21 08:29
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('boards', '0048_remove_post_images'),
]
operations = [
migrations.DeleteModel(
name='PostImage',
),
]