django-like-lookup

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.

MIT License

Downloads
91
Stars
3
Committers
1

Commit Statistics

Past Year

All Time

Total Commits
3
Total Committers
1
Avg. Commits Per Committer
3.0
Bot Commits
0

Issue Statistics

Past Year

All Time

Total Pull Requests
0
1
Merged Pull Requests
0
0
Total Issues
0
0
Time to Close Issues
N/A
N/A
Package Rankings
Top 20.28% on Pypi.org
Related Projects