Skip to content

Commit 78d8e2e

Browse files
committed
Removed unused idnits_message field on Submission model.
- Legacy-Id: 10911
1 parent fbbc094 commit 78d8e2e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# -*- coding: utf-8 -*-
2+
from __future__ import unicode_literals
3+
4+
from django.db import models, migrations
5+
6+
7+
class Migration(migrations.Migration):
8+
9+
dependencies = [
10+
('submit', '0005_auto_20160227_0809'),
11+
]
12+
13+
operations = [
14+
migrations.RemoveField(
15+
model_name='submission',
16+
name='idnits_message',
17+
),
18+
]

0 commit comments

Comments
 (0)