Django – ORM filter NULL 체크

가장 기본이긴 한데, 막상 쓰려니 또 찾아보네

정리해두자 코드 조각으로

Name.objects.exclude(alias__isnull=True).exclude(alias__exact='')
  • __isnull = True
  • __exact = ”



Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • a post with plotly.js
  • a post with image galleries
  • a post with tabs
  • a post with typograms
  • a post that can be cited