On Wed, Feb 24, 2010 at 12:20 AM, P.R. <[email protected]> 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 You guys for sure :-)
Honestly, I have no idea. The ORM wasn't constructed as an implementation of a design pattern; we just built an API that made sense. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
