'RegistrationTestModel has no attribute '_deferred'

Posted by Casebash on Stack Overflow See other posts from Stack Overflow or by Casebash
Published on 2010-06-12T04:05:17Z Indexed on 2010/06/12 4:12 UTC
Read the original article Hit count: 171

Filed under:
|
|

I am trying to get the Django Shell working with the Google App Engine. Unfortunately, I am getting the following error:

AttributeError: type object 'RegistrationTestModel' has no attribute '_deferred'

Does anyone have any idea of how to fix this?

© Stack Overflow or respective owner

Related posts about django

Related posts about google-app-engine