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

c++ - error: use of deleted function -

delphi - ESC/P programming! -

c# - how to write client side events functions for the combobox items -