I am getting a rather weird exception on this piece of code:
[code]
logging.info('auto-publish: %s resulted in %i', str(mentry.key()),
status)
[/code]
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 643, in key
elif self._key_name:
AttributeError: 'ModeratedEntry' object has no attribute '_key_name'
Any idea what it means?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---