I’m using django-nonrel on GAE.
For now update queries are not implemented in django-nonrel and if I try it will raise NotImplementedError('No updates').
So what is the proper way to handle updates right now?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Query for the records you want to modify, modify them yourself, and store them back to the datastore (preferably in batches).