Updated API docs to reflect new features in 2.0.

This commit is contained in:
Chris Church
2014-08-12 23:34:18 -04:00
parent 578f4b9c3b
commit b61eae4bac
11 changed files with 27 additions and 11 deletions

View File

@@ -402,6 +402,7 @@ class ScheduleUnifiedJobsList(SubListAPIView):
parent_model = Schedule
relationship = 'unifiedjob_set'
view_name = 'Schedule Jobs List'
new_in_148 = True
class AuthTokenView(APIView):