InterviewSolution
Saved Bookmarks
| 1. |
How can you combine multiple QuerySets in a View? |
|
Answer» Initially, CONCATENATING QuerySets into lists is believed to be the EASIEST APPROACH. Here’s an EXAMPLE of how to do that: |
|