Skip to content

Commit

Permalink
Merge pull request #2917 from respondcreate/master
Browse files Browse the repository at this point in the history
Adding django-versatileimagefield to DRF 3rd party docs
  • Loading branch information
kevin-brown committed May 7, 2015
2 parents 3a96164 + 44317b4 commit 35efbe4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/topics/third-party-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 35efbe4

Please sign in to comment.