Latest version: v0.1.1
The information on this page was curated by experts in our Cybersecurity Intelligence Team.
PostgreSQL LIKE lookup functionality for Django. Django does contain __startswith, __endswith and __contains lookups, but all of them does escape "%" and "_" wildcard characters. The `__like` lookup is often faster, than the `__regex` lookup, so it can be used in cases when conditions are simple enough.
No known vulnerabilities found