Closed
Description
The order of choices is useful when returning metadata. For ChoiceFields DRF uses an OrderedDict but for RelatedFields everything is put into a regular dict which loses order.
https://github.com/tomchristie/django-rest-framework/blob/master/rest_framework/relations.py#L106