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