Releases: certego/AtlasQ
Releases · certego/AtlasQ
0.1.4
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
Merge pull request #13 from certego/develop
Fixed circular import
0.1.2
Merge pull request #12 from certego/develop
0.1.2
0.1.1
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
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
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
- Fixed clone issue
- Try to allow usage of QuerySet objects in the queries values, converting them to lists