Re: Problim With Class Name and Methods

2011-08-04 Thread kenneth gonsalves
On Thu, 2011-08-04 at 00:16 -0700, Showket Bhat wrote: > I Am new to Django.. I have created few class in my models.py file.. > However i have writen clas names in small alphabits.. now when i call > the classname.objects.all() method it gives me an error. and if i > have created a class with its

Problim With Class Name and Methods

2011-08-04 Thread Showket Bhat
Hi All.. I Am new to Django.. I have created few class in my models.py file.. However i have writen clas names in small alphabits.. now when i call the classname.objects.all() method it gives me an error. and if i have created a class with its initial letter as Capital it works Then.. Will anybod