We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using startswith becomes a challenge when you have a very long list. This could be simplified with a regex support.
startswith
Django supports __regex and __iregex: https://docs.djangoproject.com/en/5.0/ref/models/querysets/#regex
__regex
__iregex
It seems that this has been discussed in #47 (comment)
The text was updated successfully, but these errors were encountered:
This would be useful for me.
Sorry, something went wrong.
No branches or pull requests
Using
startswith
becomes a challenge when you have a very long list. This could be simplified with a regex support.Django supports
__regex
and__iregex
: https://docs.djangoproject.com/en/5.0/ref/models/querysets/#regexIt seems that this has been discussed in #47 (comment)
The text was updated successfully, but these errors were encountered: