0.2.6-2018-01-28
- Added
OrderingFilter, which makes it possible to specify mapping (ordering option -> ORM field) for making more developer friendly ordering options in the API. An example of such could be aProfilemodel withForeignKeyrelation toUsermodel. In case if we want to order byemailfield in theProfileViewSet, instead of ordering onuser__emailwe could order just onemail.