Skip to content

Releases: MrThearMan/django-lookup-property

Release 0.1.7

27 Jun 16:47
Compare
Choose a tag to compare

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


Full Changelog: v0.1.6...v0.1.7

Release 0.1.6

03 Jun 07:58
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix issue where redeclaring the same lookup property in a filter would remove it from annotations

Automated


Full Changelog: v0.1.5...v0.1.6

Release 0.1.5

24 May 10:21
Compare
Choose a tag to compare

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

16 Apr 16:40
Compare
Choose a tag to compare

What's changed

Features

  • Make L-object usable in queryset.order_by()

Full Changelog: v0.1.4...v0.1.4

Release 0.1.3

08 Apr 08:13
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fixes L expression hashing with non-hashable values.

Full Changelog: v0.1.2...v0.1.3

Release 0.1.2

06 Apr 14:38
Compare
Choose a tag to compare

What's Changed

  • Make L expression support Q object |, & and ^ operations and F object +, -, *, /, and % operations.

Automated


Full Changelog: v0.1.1...v0.1.2

Release 0.1.1

18 Feb 08:11
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

Release 0.1.0

17 Feb 23:33
Compare
Choose a tag to compare

Release 0.0.18

16 Feb 18:03
Compare
Choose a tag to compare

Release 0.0.17

15 Feb 18:07
Compare
Choose a tag to compare