What are the consequences if you switch a model's base class from db.Model to db.PolyModel (You decide you want to add polymorphism) after it already has entities stored in the datastore?
Also, is there any reason not to always create your models as PolyModels, so subclassing is never an issue?