database - Query that only includes objects that don't have a particular element empty - App Engine -


can make query includes objects don't have particular element empty in google app engine database?

thanks!

non_empty_profile= profile.all().filter('user !=',none) 

Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -