Closed mhl closed 8 years ago
e.g. you can find all those without a Twitter username with:
PersonExtra.objects.missing('twtiter_username')
... or those missing a date of birth with:
PersonExtra.objects.missing('birth_date')
Hopefully this will be useful for building task-focussed pages on YNR sites.
Excellent!
Looks good to me
e.g. you can find all those without a Twitter username with:
PersonExtra.objects.missing('twtiter_username')
... or those missing a date of birth with:
PersonExtra.objects.missing('birth_date')
Hopefully this will be useful for building task-focussed pages on YNR sites.