SyntaxFix
Write A Post
Hire A Developer
Questions
results = Model.objects.filter(a = True).exclude(x = 5)
select * from tablex where a != 0 and x !=5