Great... Thanks guys. Also in the process of explaining the the datastore problem, I figured it out. I wasn't correclty mapping my form to the instance and creating new/rogue entries with every edit. Assign new references to those rogue elements and chaos ensues.
Joe On Tue, Apr 20, 2010 at 3:59 AM, Stephen <[email protected]> wrote: > > > On Apr 20, 3:17 am, "Monteith, Tracy" <[email protected]> wrote: > > > > I was aware of that page but was looking for some more detailed API > > documentation for example: PyDocs for google.appengine.ext.db. > > > http://code.google.com/appengine/docs/python/datastore/functions.html > > > The google.appengine.ext.db package provides the following > functions: > > create_rpc(deadline=None, callback=None, > read_policy=STRONG_CONSISTENCY) > > ... > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- 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.
