79156043

Date: 2024-11-04 15:28:29
Score: 0.5
Natty:
Report link

in my case, i had to add this field:

class UpdateDeletePostView (ModelViewSet) :
    http_method_names = ['get', 'post', 'patch', 'delete']

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: eadmaster