query first 5 element in django

Solutions on MaxInterview for query first 5 element in django by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "query first 5 element in django"
Christi
30 Jul 2017
1Employer.objects.values('id').annotate(jobtitle_count=Count('jobtitle')).order_by('-jobtitle_count')[:5]