mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
AC-728 Added chain__ filter prefix.
This commit is contained in:
@@ -106,6 +106,7 @@ class APIView(views.APIView):
|
||||
'docstring': type(self).__doc__ or '',
|
||||
'new_in_13': getattr(self, 'new_in_13', False),
|
||||
'new_in_14': getattr(self, 'new_in_14', False),
|
||||
'new_in_15': getattr(self, 'new_in_15', False),
|
||||
}
|
||||
|
||||
def get_description(self, html=False):
|
||||
|
||||
Reference in New Issue
Block a user