Merge branch 'master' into documents-api

This commit is contained in:
Felipe Monteiro
2017-07-21 12:11:40 -04:00
committed by GitHub
4 changed files with 263 additions and 0 deletions

View File

@@ -56,3 +56,4 @@ class InvalidFormat(ApiError):
class DocumentExists(DeckhandException):
msg_fmt = ("Document with kind %(kind)s and schemaVersion "
"%(schema_version)s already exists.")