Superevents
Compare changes
Files
3- Tanner Prestegard authored
We added exception handling for certain create/destroy methods which involve multiple object creation (log messages and/or tags) and which may commonly raise errors, like tag creation with invalid characters. This was done within the superevent viewsets and in the events api.
+ 20
− 10
@@ -7,6 +7,7 @@ from django.urls import reverse as django_reverse
@@ -850,15 +851,17 @@ class EventLogList(APIView):
@@ -1233,7 +1236,12 @@ class EventLogTagDetail(APIView):
@@ -1922,21 +1930,23 @@ class VOEventList(APIView):