Skip to content

Commit

Permalink
add arch param to CV Filter Rule (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean797 authored and ldjebran committed Aug 6, 2018
1 parent 8f2211a commit 39f6722
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 @@ -1876,6 +1876,7 @@ def __init__(self, server_config=None, **kwargs):
'types': entity_fields.ListField(),
'version': entity_fields.StringField(),
'uuid': entity_fields.StringField(),
'architecture': entity_fields.StringField(),
}
super(ContentViewFilterRule, self).__init__(server_config, **kwargs)
self._meta = {
Expand Down

0 comments on commit 39f6722

Please sign in to comment.