mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 01:57:00 +03:00
Adding django-versatileimagefield to DRF 3rd party docs
Closes WGBH/django-versatileimagefield#12
This commit is contained in:
parent
3a96164501
commit
44317b4581
|
@ -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.
|
* [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-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
|
### 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
|
* [gaiarestframework][gaiarestframework] - Utils for django-rest-framewok
|
||||||
* [drf-extensions][drf-extensions] - A collection of custom extensions
|
* [drf-extensions][drf-extensions] - A collection of custom extensions
|
||||||
* [ember-django-adapter][ember-django-adapter] - An adapter for working with Ember.js
|
* [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
|
## 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/
|
[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/
|
[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-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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user