- Support Python 3.11
- Run CI on GitHub Actions
- Call convert_value on underlying expression if available.
- Allow using a shared_property as a target of an OuterRef in a Subquery/Exists.
- Really support abstract models - actually querying was not working.
- Support using a shared_property on an abstract base model.
- Bugfix for supporting chained lookups.
- Support queries over joined models.
- Support Django 4.1
- Handle writing values to shared_property fields (ie, refetch from db, etc).
- Support Django 4.0
- Implement Coalesce and CombinedExpression
- Support pluggable handlers.
- Remove unused dependency.
- Fixed bug with complex queries.
- Fix bug with output_field
- Ensure tables are referenced.
- Remove debugging statements
- Fix to allow installing
- Support Enum return values.
- Simplify decorator code.
- First release on PyPI.