App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
google.appengine.ext.ndb.model.InvalidPropertyError Class Reference
Inheritance diagram for google.appengine.ext.ndb.model.InvalidPropertyError:

Detailed Description

Raised when a property is not applicable to a given use.

For example, a property must exist and be indexed to be used in a query's
projection or group by clause.

The documentation for this class was generated from the following file: