manosim/django-rest-framework-docs

ModelViewSet doesn't show request methods, instead it only show option button

Open

#58 geöffnet am 13. Feb. 2016

Auf GitHub ansehen
 (27 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)Python (639 Stars) (187 Forks)batch import
enhancementhelp wanted

Beschreibung

I am using model view set and register it with router. On /docs url, it shows only option button. It doesn't show request methods(eg. GET, POST etc). Similarly on clicking plugin button, it only shows option button, not request methods. I am not able to send get request. Since it shows field required error messages.

Contributor Guide