On 16 September 2011 22:50, Cal Leeming [Simplicity Media Ltd]
<cal.leem...@simplicitymedialtd.co.uk> wrote:
>
>
> On Fri, Sep 16, 2011 at 1:50 PM, Cal Leeming [Simplicity Media Ltd]
> <cal.leem...@simplicitymedialtd.co.uk> wrote:
>>
>> Dave - I think you are having the same problem I had to begin with.
>> Using the ORM means you have to change your way of thinking.
>> Remember - the ORM isn't perfect, and there are instances where you either
>> need to use a raw SQL, or split the query up into multiple calls. In some
>> cases, doing things the 'right' way is actually the 'wrong' way, depending
>> on the data you are dealing with, and your indexes.
>> Put simply - Django does have, nor need, a 'group by' method - and if you
>> believe otherwise, it's because you haven't got used to the "Django
>> methology" yet.
>
>
> doesn't have*

Sure and I would like to believe this too(regarding the ORM) :p (this
hasn't been my experience at the moment).


--
Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to