You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having REST_EMBER_FORMAT_KEYS=True in settings the order of the fields are not in the same order as defined on the serializer. This should be easily fixed by using rest_framework.compat.OrderedDict in rest_framework.utils.py line 52.