1. I have a `viewsets.ModelViewSet` that has `http_method_names = ['get']`
2. and its action method needs to have `methods=['get', 'post']` 
3. But `post` method is not allowed for its action
4. I don't is it normal behavior to have this scenario or not?

-- 
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 django-rest-framework+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-rest-framework/abec1376-0619-4557-a7ea-1bab1f6473aan%40googlegroups.com.

Reply via email to