Don't show hidden fields in OPTIONS responses by craigds · Pull Request #5854 · encode/django-rest-framework (original) (raw)

HiddenField is meant to be entirely hidden, but we discovered it showing up in OPTIONS requests in actions.

This fixes the problem by skipping HiddenField instances in SimpleMetadata.get_serializer_info, and adds a test.