Aplopio / django_rip

MIT License
14 stars 6 forks source link

Invalid or Missing Content type should return 415 #18

Open gauthamses opened 9 years ago

gauthamses commented 9 years ago

Currently, if we don't specify a content-type (esp. for POST/PATCH) requests , then we receive a 500 because the request data is not set. Ideally, it should return HTTP 415 error.