Marcelo Leiva

Results 2 comments of Marcelo Leiva

Django 2.0.8, python 3.6.8, DRF 3.8.2 ```python class RespuestaModelViewSet(LoggingMixin, viewsets.ModelViewSet): ... http_method_names = ['post', 'put', 'patch'] logging_methods = ['POST', 'PUT', 'PATCH'] ``` i have same issue