From 44317b4581c4ea5eb60d41c3da1d4b35c2ff90d7 Mon Sep 17 00:00:00 2001 From: Jonathan Ellenberger Date: Thu, 7 May 2015 14:23:24 -0400 Subject: [PATCH] Adding django-versatileimagefield to DRF 3rd party docs Closes WGBH/django-versatileimagefield#12 --- docs/topics/third-party-resources.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/topics/third-party-resources.md b/docs/topics/third-party-resources.md index 2f46e1fc4..2bb4163ad 100644 --- a/docs/topics/third-party-resources.md +++ b/docs/topics/third-party-resources.md @@ -206,6 +206,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque * [drf-compound-fields][drf-compound-fields] - Provides "compound" serializer fields, such as lists of simple values. * [django-extra-fields][django-extra-fields] - Provides extra serializer fields. +* [django-versatileimagefield][django-versatileimagefield] - Provides a drop-in replacement for Django's stock `ImageField` that makes it easy to serve images in multiple sizes/renditions from a single field. For DRF-specific implementation docs, [click here][django-versatileimagefield-drf-docs]. ### Views @@ -239,6 +240,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque * [gaiarestframework][gaiarestframework] - Utils for django-rest-framewok * [drf-extensions][drf-extensions] - A collection of custom extensions * [ember-django-adapter][ember-django-adapter] - An adapter for working with Ember.js +* [django-versatileimagefield][django-versatileimagefield] - Provides a drop-in replacement for Django's stock `ImageField` that makes it easy to serve images in multiple sizes/renditions from a single field. For DRF-specific implementation docs, [click here][django-versatileimagefield-drf-docs]. ## Other Resources @@ -326,3 +328,5 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque [web-api-performance-profiling-django-rest-framework]: http://dabapps.com/blog/api-performance-profiling-django-rest-framework/ [api-development-with-django-and-django-rest-framework]: https://bnotions.com/api-development-with-django-and-django-rest-framework/ [django-rest-auth]: https://github.com/Tivix/django-rest-auth/ +[django-versatileimagefield]: https://github.com/WGBH/django-versatileimagefield +[django-versatileimagefield-drf-docs]:http://django-versatileimagefield.readthedocs.org/en/latest/drf_integration.html