From f7289e63928136bc6e721afa500060eb6d4cdead Mon Sep 17 00:00:00 2001 From: Matthew Hardwick Date: Thu, 29 Oct 2015 10:37:46 -0400 Subject: [PATCH 1/2] Added django-rest-framework-version-transforms. --- docs/topics/third-party-resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/topics/third-party-resources.md b/docs/topics/third-party-resources.md index a4f1eefcb..09876a35c 100644 --- a/docs/topics/third-party-resources.md +++ b/docs/topics/third-party-resources.md @@ -248,6 +248,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque * [drf-tracking][drf-tracking] - Utilities to track requests to DRF API views. * [django-rest-framework-braces][django-rest-framework-braces] - Collection of utilities for working with Django Rest Framework. The most notable ones are [FormSerializer](https://django-rest-framework-braces.readthedocs.org/en/latest/overview.html#formserializer) and [SerializerForm](https://django-rest-framework-braces.readthedocs.org/en/latest/overview.html#serializerform), which are adapters between DRF serializers and Django forms. * [drf-haystack][drf-haystack] - Haystack search for Django Rest Framework +* [django-rest-framework-version-transforms][django-rest-framework-version-transforms] - Enables the use of delta transformations for versioning of DRF resource representations. ## Other Resources From 86e1d2a1e504ec69da08398b6674d564266dde85 Mon Sep 17 00:00:00 2001 From: Matthew Hardwick Date: Thu, 29 Oct 2015 10:43:57 -0400 Subject: [PATCH 2/2] Actually add the link. --- docs/topics/third-party-resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/topics/third-party-resources.md b/docs/topics/third-party-resources.md index 09876a35c..fc507deab 100644 --- a/docs/topics/third-party-resources.md +++ b/docs/topics/third-party-resources.md @@ -350,3 +350,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque [django-url-filter]: https://github.com/miki725/django-url-filter [cookiecutter-django-rest]: https://github.com/agconti/cookiecutter-django-rest [drf-haystack]: http://drf-haystack.readthedocs.org/en/latest/ +[django-rest-framework-version-transforms]: https://github.com/mrhwick/django-rest-framework-version-transforms