- Added support for Django 4.2 - Added support for Python 3.11
1.8.3
------------------
- Added support for Django 4.1
1.8.2
------------------
- Fixed queryset cloning in conjunction with positional arguments in Django versions below 1.9
1.8.1
------------------
- 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
1.8.0
------------------
- Added support for Django 4.0 - Added new ready-to-use queryable property implementations for properties based on subqueries (``SubqueryFieldProperty``, ``SubqueryExistenceCheckProperty``) - ``RelatedExistenceCheckProperty`` objects can now be configured as negated to be able to check for the non-existence of related objects
1.7.1
------------------
- Added support for Python 3.10 - Fixed duplicate selections of ``GROUP BY`` columns when multiple aggregate properties are selected, which also led to wrong property values, in Django versions below 1.8