We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a24a6 commit aa440e5Copy full SHA for aa440e5
cassandra/cqlengine/models.py
@@ -92,7 +92,6 @@ def __get__(self, obj: Any, model: "BaseModel"):
92
if model.__abstract__:
93
raise CQLEngineException('cannot execute queries against abstract models')
94
queryset = model.__queryset__(model)
95
- queryset
96
97
# if this is a concrete polymorphic model, and the discriminator
98
# key is an indexed column, add a filter clause to only return
0 commit comments