In the last week or two, one part of my app stopped working. I
haven't looked at the code in months. Did something change that
broke my "old" code?
The end of the traceback shows:
BadValueError: Property user must be a User
Where to look? This app has worked flawlessly for a couple years now.
Top of the traceback:
line 389, in get
self.response.out.write(template.render(path, template_values))
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/template.py", line 73, in render
return t.render(Context(template_dict))
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/template.py", line 115, in wrap_render
return orig_render(context)
File "/base/python_runtime/python_lib/versions/third_party/
django-0.96/django/template/__init__.py", line 168, in render
return self.nodelist.render(context)
.... ***** ....
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/db/__init__.py", line 3172, in validate
raise BadValueError('Property %s must be a User' % self.name)
BadValueError: Property user must be a User
--
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.