Skip to content

Releases: certego/AtlasQ

0.1.7

25 Aug 10:09
bd0eb3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.6...0.1.7

0.1.6

24 Aug 14:54
Compare
Choose a tag to compare
update version

0.1.5

24 Aug 14:42
ca8c360
Compare
Choose a tag to compare

What's Changed

  • Remove double query if objects are not required by @0ssigeno in #15

Full Changelog: 0.1.4...0.1.5

0.1.4

26 Jul 07:24
b441c0b
Compare
Choose a tag to compare

What's Changed

  • Fixed condition where And clauses would not store precedents OR clauses @0ssigeno in #14

Full Changelog: 0.1.3...0.1.4

0.1.3

12 Jul 10:20
a5854e9
Compare
Choose a tag to compare
Merge pull request #13 from certego/develop

Fixed circular import

0.1.2

12 Jul 10:04
fe7a145
Compare
Choose a tag to compare
Merge pull request #12 from certego/develop

0.1.2

0.1.1

12 Jul 08:21
1c59996
Compare
Choose a tag to compare

What's Changed

  • Fix case where the aggregation will call the query_obj.to_query() wit… by @0ssigeno in #10

Full Changelog: 0.1.0...0.1.1

0.1.0

04 Jul 10:21
0a29f39
Compare
Choose a tag to compare

What's Changed

  • Revamp of queryset + changes that this entails + removed cache for now by @0ssigeno in #7

Full Changelog: 0.0.5...0.1.0

0.0.5

16 Jun 09:47
9633166
Compare
Choose a tag to compare

What's Changed

  • Optionally ensure Index exists and fields are indexed + ReadMe. by @0ssigeno in #5

Full Changelog: 0.0.4...0.0.5

0.0.4

01 Jun 15:50
Compare
Choose a tag to compare
  • Fixed clone issue
  • Try to allow usage of QuerySet objects in the queries values, converting them to lists