I added an unindexed string type like this:

from google.appengine.ext import db as gae
db._adapter.types['noindex'] = (lambda: gae.StringProperty(multiline=True, 
indexed=False))


Is there a better way?

Reply via email to