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 e5beb83 commit 75d53f8Copy full SHA for 75d53f8
django_mongodb_backend/fields/json.py
@@ -23,7 +23,7 @@
23
24
def build_json_mql_path(lhs, key_transforms, as_path=False):
25
# Build the MQL path using the collected key transforms.
26
- if as_path and lhs:
+ if as_path:
27
return ".".join(chain([lhs], key_transforms))
28
result = lhs
29
for key in key_transforms:
0 commit comments