Added django-rest-framework-version-transforms.

This commit is contained in:
Matthew Hardwick 2015-10-29 10:37:46 -04:00
parent 6f6f794be5
commit f7289e6392

View File

@ -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