Django-rest-framework-tricks

Latest version: v0.2.14

Safety actively analyzes 628477 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.2.8

-----
2018-01-31

- Fixes in docs.

0.2.7

-----
2018-01-28

- Fixes in docs.

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
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``.

0.2.5

-----
2017-12-30

- Update example project (and the tests that are dependant on the example
project) to work with Django 2.0.

0.2.4

-----
2017-07-14

- Fix issue 1 with non-required nested serializer fields.

0.2.3

-----
2017-07-13

- More tests.
- Made tests DRY.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.