From 50a7b59957f78eea7586c2c184712dda80adce2b Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 3 Nov 2020 20:26:03 +0100 Subject: [PATCH] fixed bug: owner_id is not a physical property --- ereuse_devicehub/resources/device/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ereuse_devicehub/resources/device/models.py b/ereuse_devicehub/resources/device/models.py index e478f215..ac4cddf4 100644 --- a/ereuse_devicehub/resources/device/models.py +++ b/ereuse_devicehub/resources/device/models.py @@ -119,6 +119,7 @@ class Device(Thing): 'created', 'updated', 'parent_id', + 'owner_id', 'hid', 'production_date', 'color', # these are only user-input thus volatile