🔒️(drf) disable browsable HTML API renderer

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 https://github.com/suitenumerique/meet/pull/508
This commit is contained in:
Quentin BEY
2025-04-30 15:34:48 +02:00
parent a8d20bacb0
commit 889291c7f3
3 changed files with 13 additions and 3 deletions

View File

@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
### Fixed
- 🔒️(drf) disable browsable HTML API renderer #897
### Added
- 🔧(sentry) add Celery beat task integration #892