mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 10:03:57 +03:00
Merge pull request #3570 from mrhwick/third-party-docs
Added django-rest-framework-version-transforms.
This commit is contained in:
commit
dd512a8ec0
|
@ -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.
|
* [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.
|
* [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
|
* [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
|
## Other Resources
|
||||||
|
|
||||||
|
@ -349,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
|
[django-url-filter]: https://github.com/miki725/django-url-filter
|
||||||
[cookiecutter-django-rest]: https://github.com/agconti/cookiecutter-django-rest
|
[cookiecutter-django-rest]: https://github.com/agconti/cookiecutter-django-rest
|
||||||
[drf-haystack]: http://drf-haystack.readthedocs.org/en/latest/
|
[drf-haystack]: http://drf-haystack.readthedocs.org/en/latest/
|
||||||
|
[django-rest-framework-version-transforms]: https://github.com/mrhwick/django-rest-framework-version-transforms
|
||||||
|
|
Loading…
Reference in New Issue
Block a user