Re: GSoC10 Idea: Additional queryset methods

2010-03-19 Thread Sh4wn
I will only add new things, and won't break any current API. Why this is needed: You can actually do *database independent* queries with full control. The current API is IMO limited when trying to execute queries with joins. Especially when you want to aggregate data from the joined table. Yes, si

GSoC10 Idea: Additional queryset methods

2010-03-19 Thread Sh4wn
## The Django ORM ### The Problem Django is a awesome webframework, and works quite well. But after using it for about a year now, I've came across some annoyances. One great thing of django is the amount of third party reusable apps, unfortunately, this comes at a cost in the number of database