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
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):