Hi,
I have seen the same error before. So I tried to reproduce it, but
unforunately, I could not see that error with your code. What does
your
views.py look like?
I saw this error while I was trying to use modelformsets with the
instruction of:
http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#id1
I could overcome this error by adding:
self.fields = []
to the __init__ method of ModelOptions class in models.py of
appengine-helper, but another similar error came up.
I tackled this one only to see another error.
(Please read above line several times.)
I finally got to know that I am not bright enough to solve this...
Probably, it is one of the limitations of the helper.