I am using the customized mysql query i.e, (using more than one table with use of “JOIN” in the query) Then I got the Results. But now i want to refine the given result. How is it possible ?. kindly answer me if you know.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The result returned should be a query set with field names so try this
You can replace field_name with an actual field_name. Its all highlighted here.
Django querysets
But essentially when you have a queryset you can run filters or excludes on it to refine the queryset.