How can I order by descending my query set in django by date?

Reserved.objects.all().filter(client=client_id).order_by('check_in')

I just want to filter from descending all the Reserved by check_in date.

12 Answers
12

Leave a Reply

Your email address will not be published. Required fields are marked *