Hi Will,

Are you using the 0.95 release or the latest development version? If
you are using 0.95 then it has a bug that was fixed in the development
version only a few hours after the 0.95 release was made (0.95 was
branched from changeset 3489 and the bug was fixed it changeset 3490).

Using the development version will fix your issue.

regards

mattthew

On 20/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Matthew,
>
> this is the error I was talking about in the last post I made:
>
> Request Method:         GET
> Request URL:    http://myip/conception/search/
> Exception Type:         AttributeError
> Exception Value:        'NoneType' object has no attribute 'objects'
> Exception Location:     <my_workspace>\stuff\search\helpers.py in
> get_id_list, line 31
>
> Then this is the code on line 31 and 32:
>
> for row in controller.model_module.objects.values('id').filter(*args,
> **kw).iterator():
>              yield row['id']
>
> Since you wrote this line maybe you could tell a python newb what it
> means? :)
>
> Thanks,
>
> Will
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to