suppoe i have one model

ie.

class A(db.model):
   bla = db.ReferenceProperty(B)

and i pickle.dump it , will it also store/return the whole data of B
or just the key ?

i.e. if I latter pickle.loads it , will I have a full B ( so that
there won't any datastore query happen) ? or just the key and whenever
i access it it need to fetch it ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to