Skip to content

Commit 440e555

Browse files
authored
Merge pull request #7 from cloudblue/bump/LITE-27075
LITE-27075 Added support for Django 4.2
2 parents 0e90fab + 6badd20 commit 440e555

File tree

5 files changed

+763
-706
lines changed

5 files changed

+763
-706
lines changed

dj_mongoengine_rql/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2022 CloudBlue LLC. All rights reserved.
2+
# Copyright © 2022 Ingram Micro. All rights reserved.
33
#
44

55
from dj_rql.constants import FilterTypes

dj_mongoengine_rql/filter_cls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2022 CloudBlue LLC. All rights reserved.
2+
# Copyright © 2022 Ingram Micro. All rights reserved.
33
#
44

55
from dj_rql.constants import DjangoLookups

dj_mongoengine_rql/q.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2022 CloudBlue LLC. All rights reserved.
2+
# Copyright © 2022 Ingram Micro. All rights reserved.
33
#
44

55
from mongoengine import Q as ME_Q

0 commit comments

Comments
 (0)