🔒️(drf) disable browsable HTML API renderer (#919)

The `BrowsableAPIRenderer` generates a form to test POST/PUT/... actions
and fill the FK fields with unfiltered data. This issue has been spoted
on visio and fixed suitenumerique/meet#508
This commit is contained in:
Manuel Raynaud
2025-04-30 16:23:26 +02:00
committed by GitHub
parent 2557c6bc77
commit 7f0eb9117e
2 changed files with 7 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ and this project adheres to
## Fixed
- 🐛(nginx) fix 404 when accessing a doc #866
- 🔒️(drf) disable browsable HTML API renderer #919
## [3.1.0] - 2025-04-07