Skip to content

Instantly share code, notes, and snippets.

@akshar-raaj
Last active August 10, 2019 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akshar-raaj/423d4e170eb3c4ba7094b8c9225c0656 to your computer and use it in GitHub Desktop.
Save akshar-raaj/423d4e170eb3c4ba7094b8c9225c0656 to your computer and use it in GitHub Desktop.
Question.objects.annotate(num_votes=Sum('choice__votes')).filter(num_votes__isnull=False).order_by('-num_votes')[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment