Introducing UncompleteZoneMeta to solve inconsistent API on zone_history
Closes: https://github.com/happyDomain/python-sdk/issues/1
This commit is contained in:
parent
7325b3956b
commit
a62e5f1a59
3 changed files with 55 additions and 4 deletions
|
@ -51,7 +51,7 @@ class HappyDomain:
|
|||
|
||||
if val is not None:
|
||||
for au in val:
|
||||
ret.append(Domain(self, **au))
|
||||
ret.append(Domain(self, zone_history_are_ids=True, **au))
|
||||
|
||||
return ret
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue