serializer_helpers.py
4.7 KB
-
PoC Add JSONBoundField to serializers (Fixes #4999) · 11d8e4df
Per issue #4999, JSONFields are not rendered properly in the DRF browsable API HTML forms. This patch attempts to fix that behavior by introducing a JSONBoundField helper similar to the NestedBoundField helper.
Dave Allan committed