Skip to content

Instantly share code, notes, and snippets.

@akshar-raaj
Created August 12, 2019 09:01
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/cb4a121f0aff256fb6c444e22ed322f3 to your computer and use it in GitHub Desktop.
Save akshar-raaj/cb4a121f0aff256fb6c444e22ed322f3 to your computer and use it in GitHub Desktop.
Question with no choices
Question.objects.annotate(num_votes=Sum('choice__votes')).filter(num_votes__isnull=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment