On Tue, Mar 3, 2009 at 3:18 PM, nivhab <yaniv.ha...@gmail.com> wrote:

>
> Hi,
>
> I am using django on google app engine, and also using the app-engine-
> patch package.
> I am getting this error when trying to save a form:
>
> Exception Value:        'NoneType' object has no attribute 'properties'
> Exception Location:     \Development\google_appengine\google\appengine\ext
> \db\djangoforms.py in save, line 795
>
> The problem is in the creation of an iterator for model properties:
>
>    self._meta.model.properties().iteritems()
>
> That's because self._meta.model is 'None'. On the other hand
> self.Meta.model seems to be created properly (and the Meta class is
> contained in the form and does specify the model class).
>
> Any idea what happened that makes the _meta.model not to exist?
>
> Thanks!
> Yaniv
> >
>
You haven't pasted your form class itself, so we can't well say what's not
correct.  Please give us your form class so we have something to work with.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to