uProfile = PROFILES.gql("WHERE user = :1", user)
uProfile[0].name = self.request.get('name2')
db.put(uProfile)I've been racking my brain for several hours on this - is there anything in the code above that would prevent this particular entity in PROFILES from not being updated? I can't get the entity to update for the life of me. Thanks Larkin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
