Adding deprecation warnings

Also updating New in/Added in text
This commit is contained in:
Matthew Jones
2017-01-04 14:23:22 -05:00
parent f5c0f846e2
commit f9d9196270
3 changed files with 9 additions and 5 deletions
+2
View File
@@ -3438,6 +3438,7 @@ class JobJobPlaysList(BaseJobEventsList):
parent_model = Job
view_name = _('Job Plays List')
new_in_200 = True
deprecated = True
def get(self, request, *args, **kwargs):
limit = kwargs.get('limit', 20)
@@ -3513,6 +3514,7 @@ class JobJobTasksList(BaseJobEventsList):
parent_model = Job
view_name = _('Job Play Tasks List')
new_in_200 = True
deprecated = True
def get(self, request, *args, **kwargs):
"""Return aggregate data about each of the job tasks that is: