Instead of setting an expando property to the property's value, can you set
it to an instance of a Property class? To modify the example in the
documentation:
class Song(db.Expando):
title = db.StringProperty()
crazy = Song(title='Crazy like a diamond',
author=db.StringProperty('Lucy Sky', indexed=False),
publish_date='yesterday',
rating=5.0)
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/2PaNX7b9L4AJ.
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.