##// END OF EJS Templates
Added domain image for linux.org.ru, added ability to make images for third-level domains when it is an org.ru, com.ua, co.uk etc domain
Added domain image for linux.org.ru, added ability to make images for third-level domains when it is an org.ru, com.ua, co.uk etc domain

File last commit:

r1590:0eb7ac3c default
r1724:70ff8482 default
Show More
0048_remove_post_images.py
19 lines | 387 B | text/x-python | PythonLexer
/ boards / migrations / 0048_remove_post_images.py
# -*- coding: utf-8 -*-
# Generated by Django 1.9.5 on 2016-05-21 08:25
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('boards', '0047_attachment_alias'),
]
operations = [
migrations.RemoveField(
model_name='post',
name='images',
),
]