Hi guys, I have a model named Account, an AccountSerializer (for get request) and CreateAccountSerializer (with fewer fields, for post and put requests).
1) How can I make these reflect in the schema? 2) Is it mandatory to use GenericAPIView subclass so it can generate proper schema? Can I use APIView only? Thanks! Jon -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-rest-framework/63f782ea-fc47-457b-942a-d9c65368b3cf%40googlegroups.com.
