I have to route a django queryset to a different DB's. is it an easy way to know if the query set is read or write method?
i have found the answer: a queryset object has a property-
queryset._for_write queryset._for_read
2.1m questions
2.1m answers
60 comments
57.0k users