django - filter null

sihwan_e·2022년 3월 4일
0

base : https://chartio.com/resources/tutorials/how-to-filter-for-empty-or-null-values-in-a-django-queryset/

CampaignSelection.objects.filter(post_save_date__isnull=True)
profile
Sometimes you gotta run before you can walk.

0개의 댓글