Posts by Marcos R. • 11 points
1 post
-
1
votes0
answers75
viewsQ: How to perform a Queryset returning the biggest date with Django
I’m trying to perform a Queryset using Django, I want to return the most recent dates present in the database, along with the other fields, where I used the prefetch_related(). However, the use of…