How to override the internal read query of class or method in django
I wan’t to override the internal read query present inside my class or method. I wan’t to write generalised solution so that it should work on the class or method where I wan’t to modify the read queries.