Re: Generating a timeseries and aggregation/annotation using QuerySet.extra()

2015-09-11 Thread Wannabe Coder
Alright I get it now! Thanks for the clarification! From the looks of it, being able to manipulate lhs and rhs can cover a lot of possible SQL statements in a very reusable way, though it will still be nice to have that kind of transform/expression available out-of-the-box, since I think it is

Re: Generating a timeseries and aggregation/annotation using QuerySet.extra()

2015-09-11 Thread Wannabe Coder
Alright I get it now! Thanks for the clarification! From the looks of it, being able to manipulate lhs and rhs can cover a lot of possible SQL statements in a very reusable way, though it will still be nice to have that kind of transform/expression available out-of-the-box, since I think it is

Re: Generating a timeseries and aggregation/annotation using QuerySet.extra()

2015-09-11 Thread 'Tom Evans' via Django users
On Fri, Sep 11, 2015 at 1:15 PM, Wannabe Coder wrote: > Hello everyone! > > I already created a ticket detailing my use case, and one of the developers > pointed me to this discussion group. I am not quite satisfied with the > response I got since the DateTransforms that

Generating a timeseries and aggregation/annotation using QuerySet.extra()

2015-09-11 Thread Wannabe Coder
Hello everyone! I already created a ticket detailing my use case, and one of the developers pointed me to this discussion group. I am not quite satisfied with the response I got since the DateTransforms that will be released in Django 1.9 only