You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add support in filter() we would need to register array variants of the 30 custom lookups to ArrayField, but we would have to be careful not to conflict existing lookups or ones that might be registered via other apps.
Hello. Thank you for your efforts on this package. I have a question about using lookups when combining the inet Fields with an ArrayField.
Assume we have a model like this:
Is there any way we can apply the provided lookups like
__net_contains_or_equals
in this setup?I am basically looking for a equivalent like this SQL query:
Any way to do this with the ORM?
The text was updated successfully, but these errors were encountered: