Hi, Sorry in advance if this has been discussed before, but I can't find by searching through.
How do I implement ReferenceProperties and ListProperties within my Model (CFC). Currently I'm just storing the referenced object's key as a string, what is the correct way of doing the CF version of this (from http://code.google.com/appengine/articles/modeling.html): contact = db.ReferenceProperty(Contact, collection_name='phone_numbers') Many thanks, Jon -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
