parent
071562d755
commit
d06c5f036b
1 changed files with 1 additions and 1 deletions
|
|
@ -667,8 +667,8 @@ class QuerySet(object):
|
|||
parts = []
|
||||
|
||||
cleaned_fields = []
|
||||
append_field = True
|
||||
for field in fields:
|
||||
append_field = True
|
||||
if isinstance(field, str):
|
||||
parts.append(field)
|
||||
append_field = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue