This issue seems to occur if using the Admin console (which I use to execute arbitrary code on live data), and a new instance is started (thus loading Django 0.96 before my code gets a chance to load 1.1). Is the only solution to not use the Admin console, and instead use some kind of remote datastore solution?
Oh and by Admin console I mean I have added this line to my app.yaml: - url: /admin/.* script: $PYTHON_LIB/google/appengine/ext/admin login: admin -- 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.
