Hi left.pudding, This is expected behaviour, not a bug - the main reason for using PolyModel is that you can query a parent class, and get instances of child classes back. If you don't want that, you may want to use standard inheritance with db.Model instead.
-Nick Johnson On Sat, Jul 11, 2009 at 11:08 AM, [email protected]<[email protected]> wrote: > > It seems the conclution of this thead is - this is a spec behavior. > > However I feel it's very counterintuitive. > If no apparent advantage of current behavior, I want to issue a major- > bug fix request... > > In the future, many developers will struggle to dig out bugs in their > code, which actually caused by this behavior...., just like me :) > > > > -- Nick Johnson, App Engine Developer Programs Engineer Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
