Jeffrey Zelt wrote: > The Django ORM is probably the only piece of Django I am embarrassed > showing other developers.
Oh really? > I will not be satisfied if the current ORM is capable of fulfilling 95% > requirements You must be inexperienced if you think that an elegant solution to 95% of your problems is not as good as it can possibly get. Incidentally I've used SQLAlchemy in the past, and as the queries were getting more complicated it was getting hairy really fast. There is no silver bullet. If you need an efficient and complicated query you'll just have to write it yourself. > I will continue to use Django wherever it is suitable for the job Nothing stops you from using any other ORM with django so I don't see the problem i. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---