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 2c282f9 commit 5c464c3Copy full SHA for 5c464c3
docs/changelog.rst
@@ -2,7 +2,7 @@
2
Changelog
3
=========
4
5
-Changes in 0.10.1 - DEV
+Changes in 0.10.1
6
=======================
7
- Fix infinite recursion with CASCADE delete rules under specific conditions. #1046
8
- Fix CachedReferenceField bug when loading cached docs as DBRef but failing to save them. #1047
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, 0)
+VERSION = (0, 10, 1)
18
19
20
def get_version():
0 commit comments