##// END OF EJS Templates
Feed of posts for the specific IP (works only for moderators who can delete posts)
Feed of posts for the specific IP (works only for moderators who can delete posts)

File last commit:

r1502:1f2aa5fb decentral
r1641:d57d7e7e default
Show More
0043_merge.py
16 lines | 322 B | text/x-python | PythonLexer
neko259
Fixed merge issues
r1502 # -*- coding: utf-8 -*-
# Generated by Django 1.9.5 on 2016-04-29 15:52
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('boards', '0041_merge'),
('boards', '0042_auto_20160422_1053'),
]
operations = [
]