I am using appengine and appenginepatch for django
I have a class defined in my models that was inheriting from db.Model. I've now changed it to polymodel.PolyModel. Since making the change, my existing entities are no longer retrievable. Is there a way to access them or convert them?
Whats the recommended procedure for changing an entity class's kind?
TIA, Tom