Skip to content

Commit e366951

Browse files
authored
Update elasticapm/utils/encoding.py
1 parent 10a1819 commit e366951

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elasticapm/utils/encoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class value_type(list):
155155
and getattr(value, "_result_cache", True) is None
156156
):
157157
# 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
158+
# so represent it as unevaluated instead of retrying the query again
159159
ret = "<%s `unevaluated`>" % (value.__class__.__name__)
160160
elif value is not None:
161161
try:

0 commit comments

Comments
 (0)