From 4b909289c3ce7ebbbd98c081e4ee10ba832df23d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Wed, 1 Jul 2020 10:54:19 +0200
Subject: [PATCH] DOC: added comment:

---
 src/caosdb/common/models.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/caosdb/common/models.py b/src/caosdb/common/models.py
index 931065ec..bf354459 100644
--- a/src/caosdb/common/models.py
+++ b/src/caosdb/common/models.py
@@ -662,7 +662,8 @@ class Entity(object):
 
         The tuple contains None for all values that are not available in the
         entity. That does not necessarily mean, that the values are not stored
-        in the database.
+        in the database (e.g. if a single entity was retrieved without
+        referenced entities).
 
         Parameters
         ----------
@@ -3232,7 +3233,8 @@ class Container(list):
 
         The tuple contains None for all values that are not available in the
         entity. That does not necessarily mean, that the values are not stored
-        in the database.
+        in the database (e.g. if a single entity was retrieved without
+        referenced entities).
 
         Parameters
         ----------
-- 
GitLab