summaryrefslogtreecommitdiff
path: root/program/models.py
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-08-03 18:02:10 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-08-03 18:02:10 (GMT)
commite1dd7af199984d7ef3c875c88e39aee06d538370 (patch)
tree55a537e25b25089f91bf19e0ee042dda7089b71b /program/models.py
parent31406aa5c3c53341cdadbc760b95d234ccdc20c6 (diff)
parentbb828a37309ab297fc8d50ef261bbfc14c871a6e (diff)
Merge branch 'master' into stable
Diffstat (limited to 'program/models.py')
-rw-r--r--program/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/models.py b/program/models.py
index eef8f93..b11d180 100644
--- a/program/models.py
+++ b/program/models.py
@@ -244,7 +244,6 @@ class Show(models.Model):
email = models.EmailField(_("E-Mail"), blank=True, null=True)
website = models.URLField(_("Website"), blank=True, null=True)
is_active = models.BooleanField(_("Is active"), default=True, editable=False)
- automation_id = models.IntegerField(_("Automation ID"), blank=True, null=True, choices=get_automation_id_choices())
created = models.DateTimeField(auto_now_add=True, editable=False)
last_updated = models.DateTimeField(auto_now=True, editable=False)