Skip to content

Commit 07e6663

Browse files
author
Omer Katz
committed
Merge pull request #1165 from touilleMan/bug-1164
Add SaveConditionError to __all__
2 parents 007f10d + 0a1ba7c commit 07e6663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongoengine/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__all__ = ('NotRegistered', 'InvalidDocumentError', 'LookUpError',
77
'DoesNotExist', 'MultipleObjectsReturned', 'InvalidQueryError',
88
'OperationError', 'NotUniqueError', 'FieldDoesNotExist',
9-
'ValidationError')
9+
'ValidationError', 'SaveConditionError')
1010

1111

1212
class NotRegistered(Exception):

0 commit comments

Comments
 (0)