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 0b3feed + dd11911 commit bc0e04dCopy full SHA for bc0e04d
docs/changelog.rst
@@ -6,8 +6,12 @@ Changelog
6
Development
7
===========
8
- (Fill this out as you fix issues and develop your features).
9
+
10
+Changes in 0.22.0
11
+=================
12
- Fix LazyReferenceField dereferencing in embedded documents #2426
13
- Fix regarding the recent use of Cursor.__spec in .count() that was interfering with mongomock #2425
14
+- Drop support for Python 3.5 by introducing f-strings in the codebase
15
16
Changes in 0.21.0
17
=================
mongoengine/__init__.py
@@ -28,7 +28,7 @@
28
)
29
30
31
-VERSION = (0, 21, 0)
+VERSION = (0, 22, 0)
32
33
34
def get_version():
0 commit comments