Django-like-lookup

Latest version: v0.1.1

The latest version of django-like-lookup with no known security vulnerabilities is 0.1.1. We recommend installing version 0.1.1.

The information on this page was curated by experts in our Cybersecurity Intelligence Team.

Latest release
v0.1.1 at Jan. 30, 2020
License
MIT (MIT License)

Description

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.

Resources

Vulnerabilities

See all vulnerabilities

No known vulnerabilities found

Versions (2)

See all versions

Has known vulnerabilities

  • 0.1.1
  • 0.1.0