Hi All -
This is driving me crazy, any help is greatly appreciated. The
following:
class MyModel(BaseModel):
title = db.StringProperty(required=True)
and
stuff =MyModel(title="mytitle")
yields "IndexError: list index out of range"
but extending db.Model instead of BaseModel works just fine. What
gives?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
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
-~----------~----~----~----~------~----~------~--~---