I am getting this error in my app right now.
File "/base/data/home/apps/ubuntu-apps/1.331603182473664271/common/
django/template/loader_tags.py", line 111, in render
return self.template.render(context)
File "/base/data/home/apps/ubuntu-apps/1.331603182473664271/common/
django/template/__init__.py", line 176, in render
return self.nodelist.render(context)
File "/base/data/home/apps/ubuntu-apps/1.331603182473664271/common/
django/template/__init__.py", line 768, in render
bits.append(self.render_node(node, context))
File "/base/data/home/apps/ubuntu-apps/1.331603182473664271/common/
django/template/__init__.py", line 781, in render_node
return node.render(context)
File "/base/data/home/apps/ubuntu-apps/1.331603182473664271/common/
django/template/__init__.py", line 802, in render
output = force_unicode(self.filter_expression.resolve(context))
File "/base/data/home/apps/ubuntu-apps/1.331603182473664271/common/
django/utils/encoding.py", line 52, in force_unicode
s = unicode(str(s), encoding, errors)
File "/base/python_lib/versions/1/google/appengine/api/
datastore_types.py", line 641, in __str__
if self._str is None:
AttributeError: 'Key' object has no attribute '_str'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---