How to keep values from a queryset?
Solution 1:
Your querysets are retrieving the same objects.. That's what matters.
It is still the same object. Objects are identified by their primary keys
Your querysets are retrieving the same objects.. That's what matters.
It is still the same object. Objects are identified by their primary keys