mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 01:47:59 +03:00 
			
		
		
		
	Merge pull request #2917 from respondcreate/master
Adding django-versatileimagefield to DRF 3rd party docs
This commit is contained in:
		
						commit
						35efbe41ab
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user