Re: Django ORM is very cool.

2007-07-17 Thread Russell Keith-Magee
On 7/17/07, james_027 <[EMAIL PROTECTED]> wrote: > > Is there any plan to make Django ORM available as a stand alone ORM > which can be use in other application development. This could increase > django's user can they can use the model with several application > interface besides the web interfac

Django ORM is very cool.

2007-07-17 Thread james_027
hi, i just starting to read http://www.djangoproject.com/documentation/model-api/ http://www.djangoproject.com/documentation/db-api/ I have some experience with other ORM, I think django's orm is really cool. Here are the things that I like that really makes Django's ORM a clean design. manage