Missed an svn add
- Legacy-Id: 10523
This commit is contained in:
parent
a2b03420b7
commit
473970a767
18
ietf/nomcom/migrations/0005_remove_position_incumbent.py
Normal file
18
ietf/nomcom/migrations/0005_remove_position_incumbent.py
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('nomcom', '0004_auto_20151027_0829'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name='position',
|
||||||
|
name='incumbent',
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in a new issue