We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348ca84 commit 7fc9db1Copy full SHA for 7fc9db1
docs/ref/models/querysets.txt
@@ -3188,6 +3188,8 @@ As a convenience when no lookup type is provided (like in
3188
3189
Exact match. If the value provided for comparison is ``None``, it will be
3190
interpreted as an SQL ``NULL`` (see :lookup:`isnull` for more details).
3191
+:lookup:`Key and index lookups <jsonfield.key>` are exceptions: they
3192
+interpret ``None`` as JSON ``null`` instead.
3193
3194
Examples::
3195
0 commit comments