Django-queryable-properties

Latest version: v1.10.0

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

1.10.0

-------------------

- Added support for Python 3.13
- Added a new and advanced queryable property implementation that can load entire model objects from subqueries
(``SubqueryObjectProperty``)
- Fixed admin checks for ``OrderBy`` objects in admin ordering

1.9.3

------------------

- Added support for Django 5.1
- Dropped support for Python 3.4

1.9.2

------------------

- Fixed an error that prevented querysets with queryable property features from being used as filter values in ``__in``
filters (i.e. implicit subqueries)

1.9.1

------------------

- Fixed resolving of filter conditions of aggregate properties in cases where a property was accessed via relation

1.9.0

------------------

- Added support for Django 5.0
- Added support for Python 3.12
- Added options to create querysets/managers with queryable property features on demand and without having to define
a manager on the corresponding model
- Queryable properties can now be populated in raw queries by using the property name as SQL column name

1.8.5

------------------

- Selected queryable properties are no longer aliased with a unique name in queries and use their regular name instead
(also fixes errors that occurred when queries use themselves as subqueries recursively, e.g. in sliced prefetches)

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.