hi,
i hava a model :
class Category(db.Model):
c_name = db.StringProperty(multiline=True)
i use Category.all().filter("c_name=",ddd)
(i am sure there is a record )
but i can get nothing !
so what is wrong ?
thx!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---