I am kind of new to GAE and I was trying to use @db.ComputedProperty to dynamically add field values However I am getting the error message
Property xxxx is 721 bytes long; it must be 500 or less. Consider Text instead, which can store strings of any length.
It seems that @db.ComputedProperty defaults to StringProperty Is there any way to change it to TextProperty?