Skip to content

Commit 473970a

Browse files
committed
Missed an svn add
- Legacy-Id: 10523
1 parent a2b0342 commit 473970a

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 migrations
5+
6+
7+
class Migration(migrations.Migration):
8+
9+
dependencies = [
10+
('nomcom', '0004_auto_20151027_0829'),
11+
]
12+
13+
operations = [
14+
migrations.RemoveField(
15+
model_name='position',
16+
name='incumbent',
17+
),
18+
]

0 commit comments

Comments
 (0)