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 007f10d + 0a1ba7c commit 07e6663Copy full SHA for 07e6663
mongoengine/errors.py
@@ -6,7 +6,7 @@
6
__all__ = ('NotRegistered', 'InvalidDocumentError', 'LookUpError',
7
'DoesNotExist', 'MultipleObjectsReturned', 'InvalidQueryError',
8
'OperationError', 'NotUniqueError', 'FieldDoesNotExist',
9
- 'ValidationError')
+ 'ValidationError', 'SaveConditionError')
10
11
12
class NotRegistered(Exception):
0 commit comments