|
|
|
|
|
by collyw
4069 days ago
|
|
I am curious about this. I like Djangos ORM for the basic stuff, but it doesn't work on even moderately complex queries (conditional aggregates are a serious loss). Would I gain much by going to SQL Alchewy over just using raw SQL, which is what I do at the moment? (bearing in mind replacing the Python ORM completely, and you will loose the admin, which I use heavily). |
|
https://docs.djangoproject.com/en/1.8/ref/models/conditional...