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# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -