Purge Tower Settings reference from activitystream

This commit is contained in:
Matthew Jones
2016-01-12 13:51:20 -05:00
parent 67b7c52d16
commit eab8743e15
2 changed files with 0 additions and 16 deletions

View File

@@ -53,7 +53,6 @@ class ActivityStream(models.Model):
ad_hoc_command = models.ManyToManyField("AdHocCommand", blank=True)
schedule = models.ManyToManyField("Schedule", blank=True)
custom_inventory_script = models.ManyToManyField("CustomInventoryScript", blank=True)
tower_settings = models.ManyToManyField("TowerSettings", blank=True)
def get_absolute_url(self):
return reverse('api:activity_stream_detail', args=(self.pk,))