Re: Raw SQL instead of Django ORM.

2020-01-11 Thread Jason
if you google the terms *django raw sql*, the first result is https://docs.djangoproject.com/en/3.0/topics/db/sql/ -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send a

Raw SQL instead of Django ORM.

2020-01-10 Thread Abhishek Palekar
*Please anyone help me,* *instead of django ORM can we use SQL query for left join 10 tables with multiple where and group by conditions to retrieve perticular fields in those,* *if yes is it safe to use sql ?* *do anyone have alternate solution other than Djnago ORM please tell me.* *What proffe