Check if an object is a QuerySet

Viewed 10551

I have an object variable obj. Is it possible to check whether its a Queryset or not?

(Couldn't find any posts on this on searching)

2 Answers
Related