Standard dict functions should be supported by rest_framework.utils.serializer_helpers.BindingDict, like: - [ ] pop(<field_name>[, <default_value>]) - [ ] get(<field_name>[, <default_value>]) - [ ] len(<BindingDict-instance>) Perhaps, OrderedDict could be directly inherited from... I haven't looked at it in detail. -Manuel