class HttpResponseNotAllowed
[source]
Like HttpResponse
, but uses a 405 status code. The first argument to the constructor is required: a list of permitted methods (e.g. ['GET', 'POST']
).
class HttpResponseNotAllowed
[source]
Like HttpResponse
, but uses a 405 status code. The first argument to the constructor is required: a list of permitted methods (e.g. ['GET', 'POST']
).
Please login to continue.