Hi, I have this entity which is SearchableModel. I would like to use memcache to store it for faster retrieval. However it looks like if I use SearchableModel and try to set memcache it raises,
TypeError: _ToPb() takes exactly 1 argument (2 given) If I change the model type from SearchableModel to db.Model everything works fine. Any thoughts? Thanks -- 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.
