Allow body on HTTP DELETE view methods (#122)

* Allow body in delete requests
* Do not add request body to DELETE by default
* Check manual form parameters against body_methods
* Add tests
* Add changelog

Closes #118
This commit is contained in:
Cristi Vîjdea
2018-05-14 19:15:14 +03:00
committed by GitHub
parent 3077195396
commit aca0c4713e
5 changed files with 68 additions and 16 deletions
+1
View File
@@ -12,6 +12,7 @@ Changelog
- **IMPROVED:** updated ``swagger-ui`` to version 3.14.2
- **IMPROVED:** updated ``ReDoc`` to version 2.0.0-alpha.20
- **FIXED:** ignore ``None`` return from ``get_operation`` to avoid empty ``Path`` objects in output
- **FIXED:** request body is now allowed on ``DELETE`` endpoints (:issue:`118`)
*********
**1.7.3**