Re: Question for Django ORM developers

2010-02-23 Thread Tamas Szabo
On Wed, Feb 24, 2010 at 7:57 AM, Russell Keith-Magee wrote: > On Wed, Feb 24, 2010 at 12:20 AM, P.R. wrote: > > Hello, > > > > I have question about type of design patterns using in Django ORM. It > > is: Table Data Gateway, Row Data Gateway, Active Record or Data > > Mapper? .. Personally I thi

Re: Question for Django ORM developers

2010-02-23 Thread Russell Keith-Magee
On Wed, Feb 24, 2010 at 12:20 AM, P.R. wrote: > Hello, > > I have question about type of design patterns using in Django ORM. It > is: Table Data Gateway, Row Data Gateway, Active Record or Data > Mapper? .. Personally I think that it's mix of Row Data Gateway and > Data Mapper, but I want to ask

Question for Django ORM developers

2010-02-23 Thread P.R.
Hello, I have question about type of design patterns using in Django ORM. It is: Table Data Gateway, Row Data Gateway, Active Record or Data Mapper? .. Personally I think that it's mix of Row Data Gateway and Data Mapper, but I want to ask You guys for sure :-) Thanks, regards, P.R. -- You rece