L

Lokesh Joshi's Take Help From Us

Learndunia.com is e-learning platform for students as well
as for youth who are searching for jobs and how to crack
them easily.

  • Rated3.2/ 5
  • Updated 6 Years Ago

How to use order by clause in django query set? | LearningDunia

Updated 6 Years Ago

I have a query set and I want to add order by clause in desc order with limit. Model.objects.filter(Id=id).orderBy(‘-year’).limit(5)
Read More