Re: type object 'MyModel'' has no attribute 'id'

2009-07-04 Thread Daniel Roseman
On Jul 4, 8:42 pm, Carlos Eduardo Sotelo Pinto wrote: > Hi people... I have this traceback error and i am something lost, thanks > > Exception Type: AttributeError at /support/helping/product/1/1 > Exception Value: type object 'ProductModel' has no attribute 'id' > >

Re: type object 'MyModel'' has no attribute 'id'

2009-07-04 Thread Alex Gaynor
On Sat, Jul 4, 2009 at 2:42 PM, Carlos Eduardo Sotelo Pinto < csot...@aqpglug.org.pe> wrote: > > Hi people... I have this traceback error and i am something lost, thanks > > Environment: > Request Method: GET > Request URL: http://127.0.0.1:8000/support/helping/product/1/1 > Django Version: 1.0.2

type object 'MyModel'' has no attribute 'id'

2009-07-04 Thread Carlos Eduardo Sotelo Pinto
Hi people... I have this traceback error and i am something lost, thanks Environment: Request Method: GET Request URL: http://127.0.0.1:8000/support/helping/product/1/1 Django Version: 1.0.2 final Python Version: 2.5.2 Installed Applications: ['django.contrib.auth',