A. It filters out None values from the QuerySet
B. It filters the QuerySet based on specified conditions
C. It sorts the QuerySet in ascending order
D. It retrieves all objects from the QuerySet
Correct Answer is :
B. It filters the QuerySet based on specified conditions