mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-06-17 03:53:12 +03:00
remove dangling comment
This commit is contained in:
parent
15b661ae26
commit
cae2ba8886
|
@ -11,7 +11,7 @@ def get_field_parts_with_expression(model, field_name, lookup_expr):
|
||||||
Traverses the model with a given query expression,
|
Traverses the model with a given query expression,
|
||||||
returns the found fields along the path and the remaining expression
|
returns the found fields along the path and the remaining expression
|
||||||
"""
|
"""
|
||||||
parts = field_name.split(LOOKUP_SEP) # + lookup_expr.split(LOOKUP_SEP)
|
parts = field_name.split(LOOKUP_SEP)
|
||||||
lparts = lookup_expr.split(LOOKUP_SEP)
|
lparts = lookup_expr.split(LOOKUP_SEP)
|
||||||
opts = model._meta
|
opts = model._meta
|
||||||
fields = []
|
fields = []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user