Question:
I have a model for an item, it has a function that tells if the item is still on auction depending on an end date.Answer:
With QuerySet you can not filter on property or function of model.But in your case, you can do like below:
If you have better answer, please add a comment about this, thank you!