We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80db724 + d1c665b commit 50a722fCopy full SHA for 50a722f
docs/changelog.rst
@@ -8,12 +8,15 @@ Development
8
===========
9
- (Fill this out as you fix issues and develop your features).
10
11
+Changes in 0.24.2
12
+=================
13
+- Bug fix regarding uuidRepresentation that was case sensitive #2650
14
+
15
Changes in 0.24.1
16
=================
17
- Allow pymongo<5.0 to be pulled
18
- Don't use deprecated property for emptiness check in queryset base #2633
19
-
20
Changes in 0.24.0
21
22
- EnumField improvements: now ``choices`` limits the values of an enum to allow
mongoengine/__init__.py
@@ -29,7 +29,7 @@
29
)
30
31
32
-VERSION = (0, 24, 1)
+VERSION = (0, 24, 2)
33
34
35
def get_version():
0 commit comments