In Django, how do I filter where language column = "null"?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-06-09T22:36:27Z Indexed on 2010/06/09 22:42 UTC
Read the original article Hit count: 178

Filed under:
|
|
|

MyTable.objects.filter(where language column = null)

How can that be done?

Thanks.

© Stack Overflow or respective owner

Related posts about python

Related posts about mysql