AC-728 Added chain__ filter prefix.

This commit is contained in:
Chris Church
2013-11-26 13:24:45 -05:00
parent f29809a807
commit 112fe089d9
5 changed files with 52 additions and 6 deletions

View File

@@ -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):