summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <ernesto.rico-schmidt@evolaris.net>2016-08-17 17:11:35 (GMT)
committerErnesto Rico-Schmidt <ernesto.rico-schmidt@evolaris.net>2016-08-17 17:11:35 (GMT)
commit5983b58a07790f5f8f5fbe93be59a788189e4225 (patch)
tree682310c181a5b806c8bff7f4d6aa7c710c8b2b26
parent8cc0a1dae3ded38934e2f33e169e01d101d1b577 (diff)
fixed copy&paste error
-rw-r--r--program/migrations/0011_programslot_remove_is_active.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/migrations/0011_programslot_remove_is_active.py b/program/migrations/0011_programslot_remove_is_active.py
index ab8295a..f73a01e 100644
--- a/program/migrations/0011_programslot_remove_is_active.py
+++ b/program/migrations/0011_programslot_remove_is_active.py
@@ -7,7 +7,7 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
- ('program', '0010_show_remove_is_active.py'),
+ ('program', '0010_show_remove_is_active'),
]
operations = [