I have two integer fields in seperate related models (I don’t think it should matter whether they are in the same model or not, as long as they can be related?), called x and y, how could I filter() so I only get results where x > y * 90%?
Share
Maybe (if they are not in the same model):
reference