This commit is contained in:
inglesp 2013-06-12 20:00:33 +02:00
parent 5d0aeef69e
commit b1847412b5

View File

@ -212,7 +212,7 @@ class GenericAPIView(views.APIView):
You may want to override this if you need to provide different
serializations depending on the incoming request.
(Eg. admins get full serialization, others get basic serilization)
(Eg. admins get full serialization, others get basic serialization)
"""
serializer_class = self.serializer_class
if serializer_class is not None: