Revert "Improve stdout behavior by implementing a downloadable stdout."

This commit is contained in:
Matthew Jones
2015-07-24 14:54:13 -04:00
parent e5776dd22d
commit 5df23b95f6
9 changed files with 3 additions and 90 deletions

View File

@@ -202,7 +202,6 @@ class GenericAPIView(generics.GenericAPIView, APIView):
'model_verbose_name_plural': unicode(self.model._meta.verbose_name_plural),
})
d.update({'serializer_fields': self.get_serializer().metadata()})
d['settings'] = settings
return d
def metadata(self, request):