• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: How to filter Django Model instances based on a function defined inside the model?

Resolved: How to filter Django Model instances based on a function defined inside the model?

0
By Isaac Tonny on 17/06/2022 Issue
Share
Facebook Twitter LinkedIn

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.
But i obviously can not filter based on a function definition. How to workaround this?

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!

django django-models django-views
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: Why when i change manualy the url on my react page it ignores the .css file?

24/03/2023

Resolved: navigate and redirect not redirecting to path in react router

24/03/2023

Resolved: Time Complexity: Find the number of people who know a secret leetcode 2327

24/03/2023

Leave A Reply

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.