We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a1819 commit e366951Copy full SHA for e366951
1 file changed
elasticapm/utils/encoding.py
@@ -155,7 +155,7 @@ class value_type(list):
155
and getattr(value, "_result_cache", True) is None
156
):
157
# if we have a Django QuerySet a None result cache it may mean that the underlying query failed
158
- # so represent it as an empty list instead of retrying the query again
+ # so represent it as unevaluated instead of retrying the query again
159
ret = "<%s `unevaluated`>" % (value.__class__.__name__)
160
elif value is not None:
161
try:
0 commit comments