Skip to content

Instantly share code, notes, and snippets.

@elin3t
Created April 19, 2014 22:35
Show Gist options
  • Save elin3t/11099745 to your computer and use it in GitHub Desktop.
Save elin3t/11099745 to your computer and use it in GitHub Desktop.
django queryset empty field
Name.objects.exclude(alias__isnull=True).exclude(alias__exact='')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment