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
Не понимаю, как фильтровать Лиды используя метод filter При запросе Lead.objects.filter({'id': 20749477}) ничего не возвращается
The text was updated successfully, but these errors were encountered:
Получилось разобраться как работает фильтр?
Sorry, something went wrong.
Лично я делал через SingleFilter. В вашем случае у меня работало бы так:
Lead.objects.filter(filters=[SingleFilter("id")(20749477)])
Другая проблема, что это не работает для loss_reason_id и я не знаю, что с этим делать
No branches or pull requests
Не понимаю, как фильтровать Лиды используя метод filter
При запросе Lead.objects.filter({'id': 20749477}) ничего не возвращается
The text was updated successfully, but these errors were encountered: