for example, there are two models, author and article. author1 writes article1 and article2. author2 writes article3 and article4.
features: find the author of a article. find all articles written by an author. in db, i set a referenceproperty named auth in article model. link it to author. in author, use auth_set to find the articles. in ndb, how to store this relation to make author and article find each other without querying? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
