Skip to content

Commit

Permalink
Merge 411180e into 468f8db
Browse files Browse the repository at this point in the history
  • Loading branch information
jyejare committed Dec 12, 2018
2 parents 468f8db + 411180e commit 6b78892
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 @@ -6251,6 +6251,7 @@ class Subscription(
def __init__(self, server_config=None, **kwargs):
self._fields = {
'activation_key': entity_fields.OneToManyField(ActivationKey),
'cp_id': entity_fields.StringField(unique=True),
'name': entity_fields.StringField(),
'organization': entity_fields.OneToOneField(Organization),
'provided_product': entity_fields.OneToManyField(Product),
Expand Down

0 comments on commit 6b78892

Please sign in to comment.