It seems like currently WKBElment objects returned by queries don't have a bool method thus it's not easy to implement logic that conditions on the ORM model having a non null GIS field.
What do you think about adding the following ?
def __bool__(self):
return True