serpy
serpy copied to clipboard
Ordering
Ordering fields allows to have human-readable serialized data. It is also easy to compare and test while migrating from DRF.
Fields are ordered based on class hierarchy and creation time. Also added a function to set custom order for serialized fields.
-py2.6 support