Re: programming error in group by clause

2015-01-27 Thread Collin Anderson
Hi, What database are you using? If you can reproduce this in a simple project, feel free to open a ticket about it. Thanks, Collin On Sunday, January 25, 2015 at 12:51:31 AM UTC-5, satya wrote: > > Need some help on fixing the following error. I recently moved to 1.8alpha > version from an o

programming error in group by clause

2015-01-24 Thread satya
Need some help on fixing the following error. I recently moved to 1.8alpha version from an older version django-e9d1f11 and I started seeing this error. Looks like the way group by is constructed has changed. Here is the model that I have. class everydaycost(models.Model): cost = models.Dec