Skip to content

django-queryable-properties 1.8.1

Compare
Choose a tag to compare
@W1ldPo1nter W1ldPo1nter released this 05 Mar 16:31
· 201 commits to master since this release
  • 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