You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed erroneous transformations of querysets with queryable properties functionality into .values() querysets
under rare circumstances in Django versions above 3.0
Fixed the ability to pickle .values()/.values_list() querysets with queryable properties functionality in
Django versions below 1.9
Fixed the erroneous inclusion of values of queryable properties that are used for ordering without being explicitly
selected in .values()/.values_list() querysets in Django versions below 1.8