Tasawar Hussain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8cba4f87ca 
							
						 
					 
					
						
						
							
							Updates Ruby on Rails reference link ( #7269 )  
						
						... 
						
						
						
						The cited sentences are from actually the action controller docs from ruby on rails 
						
					 
					
						2020-04-13 03:58:51 +01:00 
						 
				 
			
				
					
						
							
							
								tsurutan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0c8eb91737 
							
						 
					 
					
						
						
							
							Fixed docs' custom render example. ( #7171 )  
						
						
						
					 
					
						2020-04-06 17:09:23 +02:00 
						 
				 
			
				
					
						
							
							
								Rotzbua 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a7a362813b 
							
						 
					 
					
						
						
							
							Update optional dependencies list. ( #7243 )  
						
						... 
						
						
						
						Co-authored-by: Ryan P Kilby <kilbyr@gmail.com> 
						
					 
					
						2020-04-06 15:54:30 +02:00 
						 
				 
			
				
					
						
							
							
								David Szotten 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							734c534dbb 
							
						 
					 
					
						
						
							
							update release note to include full message ( #7251 )  
						
						... 
						
						
						
						the truncation changes the meaning somewhat.. 
						
					 
					
						2020-03-31 14:53:33 +01:00 
						 
				 
			
				
					
						
							
							
								Artur Barseghyan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5cc6ace9c4 
							
						 
					 
					
						
						
							
							Update third-party-packages.md ( #7175 )  
						
						
						
					 
					
						2020-03-20 11:28:51 -07:00 
						 
				 
			
				
					
						
							
							
								Mahmoud Adel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8b5d3437f9 
							
						 
					 
					
						
						
							
							Add django-rest-auth fork to docs ( #7227 )  
						
						
						
					 
					
						2020-03-17 15:45:45 -07:00 
						 
				 
			
				
					
						
							
							
								0dysseas 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be96939ec1 
							
						 
					 
					
						
						
							
							Fix serializer example in docs ( #7233 )  
						
						
						
					 
					
						2020-03-17 09:49:19 -07:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ddfb9672ae 
							
						 
					 
					
						
						
							
							Release notes for 3.11.0 ( #7214 )  
						
						
						
					 
					
						2020-03-04 13:31:43 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Desrumaux 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6a23fa0649 
							
						 
					 
					
						
						
							
							OpenAPI:  Make operationId camelCase, matching spec examples. ( #7208 )  
						
						
						
					 
					
						2020-03-03 17:51:51 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Desrumaux 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8aa8be7653 
							
						 
					 
					
						
						
							
							Implement OpenAPI Components ( #7124 )  
						
						
						
					 
					
						2020-03-02 19:35:27 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Desrumaux 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5b16a17242 
							
						 
					 
					
						
						
							
							OpenAPI: Allow customizing operation name. ( #7190 )  
						
						
						
					 
					
						2020-03-02 16:40:18 +01:00 
						 
				 
			
				
					
						
							
							
								Dhaval Mehta 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2a5c2f3f70 
							
						 
					 
					
						
						
							
							Added OpenAPI tags to schemas.  ( #7184 )  
						
						
						
					 
					
						2020-02-28 12:06:03 +01:00 
						 
				 
			
				
					
						
							
							
								Samuel Dion-Girardeau 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e32ffbb12b 
							
						 
					 
					
						
						
							
							Fix docs code example ( #7201 )  
						
						
						
					 
					
						2020-02-24 16:33:00 -08:00 
						 
				 
			
				
					
						
							
							
								Prayash Mohapatra 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							764dabd29e 
							
						 
					 
					
						
						
							
							Update writeable nested serializer doc ( #7198 )  
						
						
						
					 
					
						2020-02-20 10:55:13 +00:00 
						 
				 
			
				
					
						
							
							
								Ryan P Kilby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							92a4a5d423 
							
						 
					 
					
						
						
							
							Fix docs 404 ( #7197 )  
						
						... 
						
						
						
						* Use 'site_url' instead of hardcoding DRF homepage
* Use 'url' template filter instead of 'base_url'
This fixes static file loading for the 404 page.
* Only insert funding <hr> if toc is present
* Link quickstart to valid API guide page
* Fix 404 search modal link
* Use 'base_url' instead of 'site_url' on 404 page 
						
					 
					
						2020-02-20 10:23:06 +00:00 
						 
				 
			
				
					
						
							
							
								Yoo In Keun 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4faa674196 
							
						 
					 
					
						
						
							
							Fixed docs typo. ( #7188 )  
						
						
						
					 
					
						2020-02-19 20:16:42 +01:00 
						 
				 
			
				
					
						
							
							
								Dalei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							39dd34f161 
							
						 
					 
					
						
						
							
							Update docs for OpenAPI ( #6814 ) ( #7191 )  
						
						
						
					 
					
						2020-02-19 11:56:12 +00:00 
						 
				 
			
				
					
						
							
							
								Thorsten 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f81ca78642 
							
						 
					 
					
						
						
							
							Add file option to generateschema ( #7130 )  
						
						
						
					 
					
						2020-02-12 20:35:54 +01:00 
						 
				 
			
				
					
						
							
							
								William S. Vincent 
							
						 
					 
					
						
						
						
						
							
						
						
							d21b8eb084 
							
						 
					 
					
						
						
							
							update Django for APIs book to 3.0 edition ( #7164 )  
						
						
						
					 
					
						2020-01-28 14:05:32 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan Longe 
							
						 
					 
					
						
						
						
						
							
						
						
							62193e0378 
							
						 
					 
					
						
						
							
							Add permissions to quickstart tutorial ( #7113 )  
						
						
						
					 
					
						2020-01-15 11:58:31 -08:00 
						 
				 
			
				
					
						
							
							
								Danny 
							
						 
					 
					
						
						
						
						
							
						
						
							442a206502 
							
						 
					 
					
						
						
							
							Fix full-text search docs ( #7133 )  
						
						
						
					 
					
						2020-01-10 22:38:29 -08:00 
						 
				 
			
				
					
						
							
							
								phankiewicz 
							
						 
					 
					
						
						
						
						
							
						
						
							a9e55334e7 
							
						 
					 
					
						
						
							
							Add X-CSRFToken HTTP header in swagger-ui example ( #6968 )  
						
						
						
					 
					
						2020-01-03 13:59:32 +00:00 
						 
				 
			
				
					
						
							
							
								Frederico Lima 
							
						 
					 
					
						
						
						
						
							
						
						
							25ac7ba450 
							
						 
					 
					
						
						
							
							Add third party lib drf-viewset-profiler ( #6993 )  
						
						
						
					 
					
						2020-01-03 13:53:09 +00:00 
						 
				 
			
				
					
						
							
							
								Bart 
							
						 
					 
					
						
						
						
						
							
						
						
							07376f128c 
							
						 
					 
					
						
						
							
							Grammar fix ( #6933 )  
						
						
						
					 
					
						2020-01-03 13:36:43 +00:00 
						 
				 
			
				
					
						
							
							
								Jihoon Park 
							
						 
					 
					
						
						
						
						
							
						
						
							f3ed69374d 
							
						 
					 
					
						
						
							
							Add missing punctuation marks and URL name ( #7108 )  
						
						... 
						
						
						
						- trailing commas (as both Python and JavaScript allow them)
- trailing semicolons in JavaScript
- URL name `api-docs` 
						
					 
					
						2020-01-03 13:28:35 +00:00 
						 
				 
			
				
					
						
							
							
								Ran Benita 
							
						 
					 
					
						
						
						
						
							
						
						
							d985c7cbb9 
							
						 
					 
					
						
						
							
							Remove a few no longer needed compat checks and references ( #7092 )  
						
						... 
						
						
						
						* serializers: removes no longer needed compat checks
UUIDField and DurationField are both supported in all supported Django
versions.
IPAddressField was removed in Django 1.9, which is no longer supported.
* serializers: move related code closer together
This way it's easier to see all of the mappings in one place.
* serializers,docs: remove some DRF 2.x references
The last release of DRF 2.x was 5 years ago, it seems fine to remove
these references now. 
						
					 
					
						2019-12-16 18:59:25 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							de497a9bf1 
							
						 
					 
					
						
						
							
							Version 3.11 ( #7083 )  
						
						... 
						
						
						
						* Version 3.11
* Added notes on OpenAPI changes for 3.11.
* Minor docs tweaking
* Update package version and supported versions
* Use a lazy import for django.test.client.encode_mutlipart. Closes  #7078  
						
					 
					
						2019-12-12 14:31:40 +00:00 
						 
				 
			
				
					
						
							
							
								Kye Russell 
							
						 
					 
					
						
						
						
						
							
						
						
							dff9759555 
							
						 
					 
					
						
						
							
							Removed Eric S. Raymond quote from the release notes ( #7073 )  
						
						
						
					 
					
						2019-12-04 09:29:01 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							070cff5a03 
							
						 
					 
					
						
						
							
							Drop set_context() ( #7062 )  
						
						... 
						
						
						
						* Do not persist the context in validators
Fixes  encode/django-rest-framework#5760 
* Drop set_context() in favour of 'requires_context = True' 
						
					 
					
						2019-12-03 11:16:27 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Loiret 
							
						 
					 
					
						
						
						
						
							
						
						
							adaf97a739 
							
						 
					 
					
						
						
							
							Remove the old reference to JSONResponse  
						
						
						
					 
					
						2019-11-20 14:09:49 +01:00 
						 
				 
			
				
					
						
							
							
								Hendrik 
							
						 
					 
					
						
						
						
						
							
						
						
							a73d3c309f 
							
						 
					 
					
						
						
							
							Elaborated on nested relationships ( #7051 )  
						
						
						
					 
					
						2019-11-18 12:35:36 +00:00 
						 
				 
			
				
					
						
							
							
								CloudCode Hungary 
							
						 
					 
					
						
						
						
						
							
						
						
							6196e9c8cd 
							
						 
					 
					
						
						
							
							add djangorestframework-features to third-party ( #7052 )  
						
						
						
					 
					
						2019-11-18 12:31:32 +00:00 
						 
				 
			
				
					
						
							
							
								James 
							
						 
					 
					
						
						
						
						
							
						
						
							323e1cddda 
							
						 
					 
					
						
						
							
							Cleanup "Documenting your API" 3rd party recommendations ( #7057 )  
						
						
						
					 
					
						2019-11-15 18:39:47 -08:00 
						 
				 
			
				
					
						
							
							
								brantmorton 
							
						 
					 
					
						
						
						
						
							
						
						
							0d6589cf45 
							
						 
					 
					
						
						
							
							Updated url() with re_path() in Versioning docs. ( #7043 )  
						
						
						
					 
					
						2019-11-07 13:20:56 +01:00 
						 
				 
			
				
					
						
							
							
								Yann Savary 
							
						 
					 
					
						
						
						
						
							
						
						
							0d3d548aa5 
							
						 
					 
					
						
						
							
							OpenAPI: Fixed generation when title or version not provided. ( #6912 )  
						
						
						
					 
					
						2019-11-06 21:54:12 +01:00 
						 
				 
			
				
					
						
							
							
								Aaron Yong 
							
						 
					 
					
						
						
						
						
							
						
						
							14d740d088 
							
						 
					 
					
						
						
							
							Update DEFAULT_SCHEMA_CLASSES default value in Settings docs ( #7014 )  
						
						... 
						
						
						
						The default value was changed to point to the OpenAPI AutoSchema class.  The docs were leading users to believe that rest_framework.schemas.AutoSchema was the default.  As of this commit, the root AutoSchema is in fact imported from the coreapi module. 
						
					 
					
						2019-11-06 21:37:13 +01:00 
						 
				 
			
				
					
						
							
							
								Erwan Rouchet 
							
						 
					 
					
						
						
						
						
							
						
						
							5e8fe6edf0 
							
						 
					 
					
						
						
							
							Fix link to Django docs ( #7040 )  
						
						
						
					 
					
						2019-11-06 09:34:28 -08:00 
						 
				 
			
				
					
						
							
							
								Chris Guo 
							
						 
					 
					
						
						
						
						
							
						
						
							5521eacb02 
							
						 
					 
					
						
						
							
							Update docs imports ( #7030 )  
						
						
						
					 
					
						2019-11-01 10:56:59 -07:00 
						 
				 
			
				
					
						
							
							
								Daniel Hnyk 
							
						 
					 
					
						
						
						
						
							
						
						
							ab40b80fa6 
							
						 
					 
					
						
						
							
							Remove unmaintained django-rest-framework-bulk from docs ( #7021 )  
						
						
						
					 
					
						2019-10-28 03:46:44 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Guo 
							
						 
					 
					
						
						
						
						
							
						
						
							5ee970c090 
							
						 
					 
					
						
						
							
							Fix docs typos ( #7015 )  
						
						
						
					 
					
						2019-10-24 11:31:12 -07:00 
						 
				 
			
				
					
						
							
							
								Aaron Yong 
							
						 
					 
					
						
						
						
						
							
						
						
							4d57cd31f6 
							
						 
					 
					
						
						
							
							Update method override example in Schemas docs ( #6887 ) ( #7013 )  
						
						... 
						
						
						
						get_link() was a method in the old CoreAPI-based AutoSchema implementation.  The new OpenAPI one defines get_operation() instead: the example code block was overlooked. 
						
					 
					
						2019-10-24 08:54:37 +02:00 
						 
				 
			
				
					
						
							
							
								nautikos1235 
							
						 
					 
					
						
						
						
						
							
						
						
							65ed7be754 
							
						 
					 
					
						
						
							
							Fix markdown code indent in schemas ( #7009 )  
						
						
						
					 
					
						2019-10-22 11:10:15 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Guo 
							
						 
					 
					
						
						
						
						
							
						
						
							a734e58d44 
							
						 
					 
					
						
						
							
							Fix docs typos ( #7006 )  
						
						
						
					 
					
						2019-10-21 15:11:12 -07:00 
						 
				 
			
				
					
						
							
							
								zach valenta 
							
						 
					 
					
						
						
						
						
							
						
						
							f98b6f3577 
							
						 
					 
					
						
						
							
							proper Github repo issue already resolved ( #6999 )  
						
						... 
						
						
						
						per the ticket anyway https://github.com/encode/django-rest-framework/issues/2162  
						
					 
					
						2019-10-17 13:58:12 +01:00 
						 
				 
			
				
					
						
							
							
								Braden MacDonald 
							
						 
					 
					
						
						
						
						
							
						
						
							3aa1089a6a 
							
						 
					 
					
						
						
							
							Update serializer docs to use correct param name ( #6995 )  
						
						... 
						
						
						
						Avoids a pylint warning ".to_representation: Parameters differ from overridden 'to_representation' method" if people copy these examples. 
						
					 
					
						2019-10-15 15:47:05 +01:00 
						 
				 
			
				
					
						
							
							
								David Sanders 
							
						 
					 
					
						
						
						
						
							
						
						
							9850441e6f 
							
						 
					 
					
						
						
							
							Fix docs typo ( #6974 )  
						
						
						
					 
					
						2019-10-08 16:37:58 -07:00 
						 
				 
			
				
					
						
							
							
								Law Karingithi 
							
						 
					 
					
						
						
						
						
							
						
						
							0e4811e9ce 
							
						 
					 
					
						
						
							
							Fix minor grammatical errors in docs ( #6979 )  
						
						
						
					 
					
						2019-10-08 09:38:14 -07:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							f9cc190177 
							
						 
					 
					
						
						
							
							Crop width on premium sponsor images  
						
						
						
					 
					
						2019-10-07 14:31:16 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f36ff9b08b 
							
						 
					 
					
						
						
							
							Add Retool as a new premium sponsor ( #6977 )  
						
						
						
					 
					
						2019-10-07 14:21:58 +01:00 
						 
				 
			
				
					
						
							
							
								Ted Stoychev 
							
						 
					 
					
						
						
						
						
							
						
						
							60f9c12900 
							
						 
					 
					
						
						
							
							Fixed broken link in documentation ( #6937 )  
						
						
						
					 
					
						2019-09-27 09:47:51 -07:00