gae-init / gae-init-upload

Fork of gae-init with Google Cloud Storage
http://upload.gae-init.appspot.com
MIT License
36 stars 15 forks source link

No need for explicit index on Resource properties #4

Closed mdxs closed 10 years ago

mdxs commented 10 years ago

Similar to https://github.com/gae-init/gae-init/pull/72, removing explicit indexed=True for Resource properties in model; since they are candidate for indexing by default anyway (see https://developers.google.com/appengine/docs/python/ndb/properties#options and https://developers.google.com/appengine/docs/python/datastore/typesandpropertyclasses)