Skip to content

Commit

Permalink
Add host count field to CV entity
Browse files Browse the repository at this point in the history
  • Loading branch information
oshtaier committed Dec 6, 2016
1 parent 12875ca commit ec9f14b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,7 @@ def __init__(self, server_config=None, **kwargs):
self._fields = {
'component': entity_fields.OneToManyField(ContentViewVersion),
'composite': entity_fields.BooleanField(),
'content_host_count': entity_fields.IntegerField(),
'description': entity_fields.StringField(),
'label': entity_fields.StringField(),
'last_published': entity_fields.StringField(),
Expand Down

0 comments on commit ec9f14b

Please sign in to comment.