Releases: MrThearMan/django-lookup-property
Releases · MrThearMan/django-lookup-property
Release 0.1.7
What's Changed
Fixes
- Fixes issues with using lookup properties from different models with the same name in a single queryset. Previously, one of the properties would overwrite the other.
Automated
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #71
- Bump the python-dependencies group with 2 updates by @dependabot in #72
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #73
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #74
- Bump coverage from 7.5.3 to 7.5.4 in the python-dependencies group by @dependabot in #75
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #76
Full Changelog: v0.1.6...v0.1.7
Release 0.1.6
What's Changed
Fixes
- Fix issue where redeclaring the same lookup property in a filter would remove it from annotations
Automated
- Bump the python-dependencies group with 2 updates by @dependabot in #69
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #70
Full Changelog: v0.1.5...v0.1.6
Release 0.1.5
What's Changed
Features
- Add
order_by()
method to L-object.
Fixes
- Fix issue in codegen with more than two Q-nodes in a single expression.
Full Changelog: v0.1.4...v0.1.5
Release 0.1.4
Release 0.1.3
What's Changed
Fixes
- Fixes L expression hashing with non-hashable values.
Full Changelog: v0.1.2...v0.1.3
Release 0.1.2
What's Changed
- Make L expression support Q object
|
,&
and^
operations and F object+
,-
,*
,/
, and%
operations.
Automated
- Bump the github-actions-dependencies group with 1 update by @dependabot in #45
- Bump the python-dependencies group with 1 update by @dependabot in #46
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #47
- Bump the python-dependencies group with 2 updates by @dependabot in #48
- Bump the python-dependencies group with 2 updates by @dependabot in #49
- Bump the python-dependencies group with 4 updates by @dependabot in #50
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #51
- Bump the python-dependencies group with 1 update by @dependabot in #52
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #53
- Bump the python-dependencies group with 2 updates by @dependabot in #54
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #55
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #56
Full Changelog: v0.1.1...v0.1.2
Release 0.1.1
Full Changelog: v0.1.0...v0.1.1
Release 0.1.0
Full Changelog: v0.0.18...v0.1.0
Release 0.0.18
Full Changelog: v0.0.17...v0.0.18
Release 0.0.17
Full Changelog: v0.0.16...v0.0.17