Remove computed fields artifacts no longer used

Remove deleted field from notification payload
This commit is contained in:
AlanCoding
2020-01-27 07:47:58 -05:00
parent e59f3982ae
commit 3bbce18173
6 changed files with 19 additions and 56 deletions

View File

@@ -122,12 +122,6 @@ class Inventory(CommonModelNameNotUnique, ResourceMixin, RelatedJobsMixin):
help_text=_('This field is deprecated and will be removed in a future release. '
'Total number of groups in this inventory.'),
)
groups_with_active_failures = models.PositiveIntegerField(
default=0,
editable=False,
help_text=_('This field is deprecated and will be removed in a future release. '
'Number of groups in this inventory with active failures.'),
)
has_inventory_sources = models.BooleanField(
default=False,
editable=False,