mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
filter utility method got caught up in the python boolean dragnet
This commit is contained in:
parent
19c6e474cd
commit
698b58e19f
@ -129,7 +129,7 @@ class FieldLookupBackend(BaseFilterBackend):
|
||||
elif isinstance(field, models.BooleanField):
|
||||
return to_python_boolean(value)
|
||||
elif isinstance(field, RelatedObject):
|
||||
return to_python_related(value)
|
||||
return self.to_python_related(value)
|
||||
else:
|
||||
return field.to_python(value)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user