mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
remove deprecation from the stdout endpoint; text downloads still use it
This commit is contained in:
parent
c4d901bf2c
commit
35b8e40d3c
@ -4566,7 +4566,6 @@ class UnifiedJobStdout(RetrieveAPIView):
|
||||
renderers.JSONRenderer, DownloadTextRenderer, AnsiDownloadRenderer]
|
||||
filter_backends = ()
|
||||
new_in_148 = True
|
||||
deprecated = True
|
||||
|
||||
def retrieve(self, request, *args, **kwargs):
|
||||
unified_job = self.get_object()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user