Disable HTML inputs for dict/list fields by rpkilby · Pull Request #5702 · encode/django-rest-framework (original) (raw)

ListField & DictField do not seem to have proper HTML form support. Until they do, it would make sense to render a disabled form input, similar to how nested list serializers are currently handled.

Is there any reason not to disable these inputs?

Additionally, I would add tests for this, but I don't see any relevant tests for serializer form rendering.