Re: ORM roadmap

2009-11-11 Thread Tim Chase
> I find an orm usefull for 3 scenarios: > 1. - simple object retrieval posts.objects.all() > 2. - performance optimized object retrieval, your raw approach would > suffice here > 3. - generating complex queries, and reusing sql components > When you get to complex data models, Django currently fa

Re: ORM roadmap

2009-11-11 Thread Thierry
Thanks for your feedback. I appreciate it. I find an orm usefull for 3 scenarios: 1. - simple object retrieval posts.objects.all() 2. - performance optimized object retrieval, your raw approach would suffice here 3. - generating complex queries, and reusing sql components When you get to complex

Re: ORM roadmap

2009-10-03 Thread Russell Keith-Magee
On Sun, Oct 4, 2009 at 5:00 AM, James Bennett wrote: > > On Sat, Oct 3, 2009 at 1:58 PM, Thierry wrote: >> I know this is not a problem for most users. But when working with >> complex projects or projects requiring some performance optimization >> django orm doesn't suffice. Its a pity to see s

Re: ORM roadmap

2009-10-03 Thread James Bennett
On Sat, Oct 3, 2009 at 1:58 PM, Thierry wrote: > I know this is not a problem for most users. But when working with > complex projects or projects requiring some performance optimization > django orm doesn't suffice. Its a pity to see strong development on > django orm, while at the same time the

Re: ORM roadmap

2009-10-03 Thread Alex Gaynor
On Sat, Oct 3, 2009 at 2:58 PM, Thierry wrote: > > http://code.djangoproject.com/wiki/Version1.2Features > > I know this is not a problem for most users. But when working with > complex projects or projects requiring some performance optimization > django orm doesn't suffice. Its a pity to see st

ORM roadmap

2009-10-03 Thread Thierry
http://code.djangoproject.com/wiki/Version1.2Features I know this is not a problem for most users. But when working with complex projects or projects requiring some performance optimization django orm doesn't suffice. Its a pity to see strong development on django orm, while at the same time the