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.
1 parent 164e2b2 commit fc3db79Copy full SHA for fc3db79
docs/changelog.rst
@@ -5,6 +5,7 @@ Changelog
5
Changes in 0.10.4 - DEV
6
=======================
7
- SaveConditionError is now importable from the top level package. #1165
8
+- upsert_one method added. #1157
9
10
Changes in 0.10.3
11
=================
mongoengine/__init__.py
@@ -14,7 +14,7 @@
14
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
15
list(queryset.__all__) + signals.__all__ + list(errors.__all__))
16
17
-VERSION = (0, 10, 2)
+VERSION = (0, 10, 4)
18
19
20
def get_version():
0 commit comments