Skip to content

Commit 9af8bd1

Browse files
committed
document correct IsNotNull class
1 parent 9f3ceb1 commit 9af8bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cqlengine/queryset.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ In addition to simple equal to queries, cqlengine also supports querying with ot
199199
200200
q = Automobile.objects.filter(model__like='%Civic%').allow_filtering()
201201
202-
:attr:`IS NOT NULL (IsNotNull(column_name)) <query.QueryOperator.IsNotNullOperator>`
202+
:attr:`IS NOT NULL (IsNotNull(column_name)) <statement.IsNotNull>`
203203

204204
The IS NOT NULL operator is not yet supported for C*.
205205

0 commit comments

Comments
 (0)