Re: Instantiating the SQL implementation of Aggregates in Django 1.8

2015-08-15 Thread Tim Graham
Not sure if you realize that your code is appearing on one very long line which makes it impossible to read. If you could correct that, I'm sure it'll improve your chance of getting a response. On Friday, August 14, 2015 at 1:22:04 PM UTC-4, Ramana Subramanyam wrote: > > I've been working on

Instantiating the SQL implementation of Aggregates in Django 1.8

2015-08-14 Thread Ramana Subramanyam
I've been working on updating the existing code base that was using Django 1.6 to Django 1.8. In the process, I've been facing a particular problem with aggregates. In this code, *PGDAggregate* class has a method *add_to_query* which is intended to instantiate the SQL implementation of the