What's New in 0.2.1
- Add
BaseModel.belongs_tomethod back. - Add
SearchBaseModelthat extendsBaseModelandSearchableModel - Some bugs fixed.
- TextMate Bundle
Yet Another web framework on Google App Engine
BaseModel.belongs_to method back.SearchBaseModel that extends BaseModel and SearchableModelgaeo.model.SearchableBaseModel. It directly inherits from gaeo.model.BaseModel and google.appengine.ext.search.SearchableModel. If your model is searchable (App Engine will help you construct the search indexes in each entity.), please create a model that extends SearchableBaseModel.BaseModel.belongs_to and SearchableBaseMoel are included.
BaseModel.belongs_to method. So I temporarily remove it from the 0.2 release. However, I tried a hack that make BaseModel.belongs_to more reasonable. In 0.2.1 release, this class_method will be officially provided.BaseModel.belongs_to method.
easy_install -U gaeo to upgrade the previous install. You may refer to the CHANGELOG to know the changes from 0.1 to 0.2.