mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-24 17:01:49 -05:00
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