BindingDict should support standard dict-functions · Issue #2135 · encode/django-rest-framework (original) (raw)

Standard dict functions should be supported by rest_framework.utils.serializer_helpers.BindingDict, like:

Perhaps, OrderedDict could be directly inherited from... I haven't looked at it in detail.

-Manuel