On 8/29/06, bradford <[EMAIL PROTECTED]> wrote: > > Hi, it seems like I'm constantly writing custom SQL code for everything > because the django ORM cannot handle a lot of my requirements (which is > perfectly understandable). Would it be such a bad idea to add an api > to the django orm that's similar to SQLAlchemy? I don't like having to > create cursors all of the time.
That's an idea that's in the works. I just started talking to Adrian about it a few days ago, and he just made the official announcement in the "Integrating Django and SQLAlchemy" thread. If you have any suggestions as to how you'd like the API to look, I would welcome your comments. See that thread for more details. -- Robin Munn [EMAIL PROTECTED] GPG key 0xD6497014 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
