Skip to content

0.2.6-2018-01-28

Choose a tag to compare

@barseghyanartur barseghyanartur released this 28 Jan 00:49
· 45 commits to master since this release
  • 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 a Profile model with ForeignKey relation to User model. In case if we want to order by email field in the ProfileViewSet, instead of ordering on user__email we could order just on email.