Merge "Add Action Notification"

This commit is contained in:
Jenkins
2017-03-08 09:58:46 +00:00
committed by Gerrit Code Review
22 changed files with 1188 additions and 120 deletions

View File

@@ -182,6 +182,10 @@ class EagerlyLoadedActionPlanRequired(InvalidActionPlan):
msg_fmt = _("Action plan %(action_plan)s was not eagerly loaded")
class EagerlyLoadedActionRequired(InvalidActionPlan):
msg_fmt = _("Action %(action)s was not eagerly loaded")
class InvalidUUID(Invalid):
msg_fmt = _("Expected a uuid but received %(uuid)s")