Skip to content

Releases: cloudblue/django-rql

4.4.0

01 Jun 06:48
77be154
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.4.0

4.3.0

08 Apr 10:27
6738c2e
Compare
Choose a tag to compare
Merge pull request #60 from cloudblue/bump/LITE-27075

LITE-27075 Added support for Django 4.2

4.2.3

22 Dec 08:00
ce3db56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.2...4.2.3

4.2.2

13 Oct 09:04
89320a6
Compare
Choose a tag to compare

The lib-rql library has been upgraded to version 1.1.5 to fix an issue where the or() operator with 3 or more parameters is not parsed correctly.

4.2.1

31 Aug 17:30
8c61901
Compare
Choose a tag to compare

Bumped lib-rql to version 1.1.4 to fix issue with and() operator

4.2.0

13 Jul 15:38
42d1969
Compare
Choose a tag to compare

Adapted library for integration of various django extensions #51

4.1.2

12 Jul 09:35
fd707b9
Compare
Choose a tag to compare

Temporary fixed https://github.com/cloudblue/lib-rql dependency at 1.1.2

4.1.0

07 Jul 08:37
35c60e5
Compare
Choose a tag to compare

Added support for get_rql_filter_class() in views #49

4.0.1

29 Mar 09:54
283d376
Compare
Choose a tag to compare
Merge pull request #47 from cloudblue/bugfix/LITE-22733

LITE-22733 Added lock for cache update in RQLFilterBackend

4.0.0

01 Mar 17:52
00f5703
Compare
Choose a tag to compare

Django-RQL now depends on Lib-RQL starting from 4.0.0, which introduces some backward incompatible changes for imports!

Enhancements:

  • Optimized RQLLimitOffsetPagination to use only possible limit by @maxipavlovic in #45