ivelum / djangoql

Advanced search language for Django
MIT License
1.02k stars 89 forks source link

Search does not work with GenericIPAddress fields #76

Closed HannaShalamitskaya closed 3 years ago

HannaShalamitskaya commented 3 years ago

Unfortunately, for now, djangoql doesn't work with GenericIPAddress fields.

I am getting an exception: "Field "field_name" has "unknown" type. It can be compared to , but not to '10.45.26.93'"

stebunovd commented 3 years ago

hey @HannaShalamitskaya, thank you for reporting this issue. It has been resolved in v0.15.0 which is now live on PyPI - please check it out!

HannaShalamitskaya commented 3 years ago

@stebunovd, thank you very much!

Everything works fine now