Skip to content

Instantly share code, notes, and snippets.

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/7ff4eff9b6dc9f0074bbfa68f295d150 to your computer and use it in GitHub Desktop.
Save akshar-raaj/7ff4eff9b6dc9f0074bbfa68f295d150 to your computer and use it in GitHub Desktop.
Question.objects.filter(question_text='Is the color of sky blue').annotate(choice_count=Count('choice'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment