Test coverage for schema generation

2018-01-23 Thread Jeremy Lainé
Hi! First of all, thanks so much for the schema generation feature, it's a great building block for auto-generated documentation. I recently fired off a couple of pull requests related to schema generation: https://github.com/encode/django-rest-framework/pull/5764 https://github.com/encode/djan

Custom url how to send parameters by url

2018-01-23 Thread Antonio Junior
I want to send a phone through the url already test in several ways but I can not View class SearchCustomerViewSet(generics.RetrieveUpdateDestroyAPIView): permission_classes = () serializer_class = SearchCustomerSerializer lookup_field = 'phone' def get_queryset(self):