Skip to content

Instantly share code, notes, and snippets.

@qoelet
Created September 28, 2011 06:28
Show Gist options
  • Save qoelet/1247140 to your computer and use it in GitHub Desktop.
Save qoelet/1247140 to your computer and use it in GitHub Desktop.
results = SomeModel.objects.filter(somefield__isnull=True).order_by("?")[:5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment