From e39f05ef095d9b74853fa177d8ce2a566478dae2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 24 Nov 2021 13:13:23 +0100 Subject: Syndication - serialization - display sheet find --- ishtar_common/rest.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ishtar_common/rest.py') diff --git a/ishtar_common/rest.py b/ishtar_common/rest.py index b0498cea6..90f61f2aa 100644 --- a/ishtar_common/rest.py +++ b/ishtar_common/rest.py @@ -172,9 +172,4 @@ class GetAPIView(generics.RetrieveAPIView): return Response({}, content_type="json") obj = q.all()[0] result = obj.full_serialize() - """ - result = generic_get_results( - [self.model], "", no_geo=False, result_queryset={self.model.__name__: q} - ) - """ return Response(result, content_type="json") -- cgit v1.2.3