Return to Snippet

Revision: 33504
at October 9, 2010 05:44 by tclancy


Initial Code
Profile.objects.filter(user__groups__isnull=True, on_homepage=False).exclude(about__exact='').order_by('?')[:settings.PROFILES_ON_HOMEPAGE]

Initial URL


Initial Description
I always forget you need to use exclude()

Initial Title
Django: Select Non-Empty Fields

Initial Tags


Initial Language
Python