Skip to content

Commit 35efbe4

Browse files
committed
Merge pull request #2917 from respondcreate/master
Adding django-versatileimagefield to DRF 3rd party docs
2 parents 3a96164 + 44317b4 commit 35efbe4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/topics/third-party-resources.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
206206

207207
* [drf-compound-fields][drf-compound-fields] - Provides "compound" serializer fields, such as lists of simple values.
208208
* [django-extra-fields][django-extra-fields] - Provides extra serializer fields.
209+
* [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].
209210

210211
### Views
211212

@@ -239,6 +240,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
239240
* [gaiarestframework][gaiarestframework] - Utils for django-rest-framewok
240241
* [drf-extensions][drf-extensions] - A collection of custom extensions
241242
* [ember-django-adapter][ember-django-adapter] - An adapter for working with Ember.js
243+
* [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].
242244

243245
## Other Resources
244246

@@ -326,3 +328,5 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
326328
[web-api-performance-profiling-django-rest-framework]: http://dabapps.com/blog/api-performance-profiling-django-rest-framework/
327329
[api-development-with-django-and-django-rest-framework]: https://bnotions.com/api-development-with-django-and-django-rest-framework/
328330
[django-rest-auth]: https://github.com/Tivix/django-rest-auth/
331+
[django-versatileimagefield]: https://github.com/WGBH/django-versatileimagefield
332+
[django-versatileimagefield-drf-docs]:http://django-versatileimagefield.readthedocs.org/en/latest/drf_integration.html

0 commit comments

Comments
 (0)