Does anybody meet this strange Error

2010-03-09 Thread Forrest Liu
Hi, I am struck with this strange error message: AttributeError at /products/ 'function' object has no attribute 'objects' Request Method:GET Request URL:http://127.0.0.1:8000/products/ Exception Type:AttributeError Exception Value: 'function' object has no attribute 'objects' Exception

Re: Does anybody meet this strange Error

2010-03-09 Thread Forrest Liu
Thank you very much. trouble has been solved. 2010/3/9 rebus_ > On 9 March 2010 15:22, Forrest Liu wrote: > > Hi, > > I am struck with this strange error message: > > AttributeError at /products/ > > > > 'function' object has no attribute 'objects' >

Re: Does anybody meet this strange Error

2010-03-09 Thread rebus_
On 9 March 2010 15:22, Forrest Liu wrote: > Hi, > I am struck with this strange error message: > AttributeError at /products/ > > 'function' object has no attribute 'objects' > > Request Method:GET > Request URL:http://127.0.0.1:8000/products/ > Exception