Skip to content

Instantly share code, notes, and snippets.

@andrewsmedina
Created July 31, 2011 19:58
Show Gist options
  • Save andrewsmedina/1117151 to your computer and use it in GitHub Desktop.
Save andrewsmedina/1117151 to your computer and use it in GitHub Desktop.
group by exception and url
Error.objects.values('exception', 'url').annotate(Count('url'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment