'Change is query in ListModelMixin after Django upgrade

I have upgraded my existing project from Django 2.2.26 to 3.2.11 and updated all its dependencies. Using the list method in ListModelMixin after the upgrade yields a different query. My approach has been to check Django changelogs which has not provided me with an answer yet. Is there any other possible reason for this to happen?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source