Christopher Grebs 
							
						 
					 
					
						
						
						
						
							
						
						
							5a8736ae45 
							
						 
					 
					
						
						
							
							Handle 'None' return value of wait() properly during throttling. ( #6837 )  
						
						
						
					 
					
						2019-08-12 11:36:05 -07:00 
						 
				 
			
				
					
						
							
							
								Dima Knivets 
							
						 
					 
					
						
						
						
						
							
						
						
							a142467586 
							
						 
					 
					
						
						
							
							Fixed incorrect OpenAPI response schema generation for a DELETE method in generic views ( #6860 )  
						
						
						
					 
					
						2019-08-09 15:02:41 +02:00 
						 
				 
			
				
					
						
							
							
								Chris Vigelius 
							
						 
					 
					
						
						
						
						
							
						
						
							f7dc6b5656 
							
						 
					 
					
						
						
							
							OpenAPI: Added required description to responses. ( #6850 )  
						
						
						
					 
					
						2019-08-07 22:09:27 +02:00 
						 
				 
			
				
					
						
							
							
								Chris Vigelius 
							
						 
					 
					
						
						
						
						
							
						
						
							0ebfbfdf81 
							
						 
					 
					
						
						
							
							OpenAPI: only include non-empty required property. ( #6851 )  
						
						... 
						
						
						
						Closes  #6834  
					
						2019-08-07 21:40:21 +02:00 
						 
				 
			
				
					
						
							
							
								Gregory N. Schmit 
							
						 
					 
					
						
						
						
						
							
						
						
							335054a5d3 
							
						 
					 
					
						
						
							
							replace force_text with force_str  
						
						
						
					 
					
						2019-08-07 21:05:24 +02:00 
						 
				 
			
				
					
						
							
							
								Reupen Shah 
							
						 
					 
					
						
						
						
						
							
						
						
							b45ff07294 
							
						 
					 
					
						
						
							
							Use an array type for list view response schemas  
						
						... 
						
						
						
						This is the first part of #6846 .
Previously, the response schema for list views was an object representing a single item. However, list views return a list of items, and hence it should be an array.
Further work will need to be done to support how pagination classes modify list responses.
There should be no change for views not determined to be list views. 
						
					 
					
						2019-08-07 20:40:22 +02:00 
						 
				 
			
				
					
						
							
							
								Reupen Shah 
							
						 
					 
					
						
						
						
						
							
						
						
							a3f244d85e 
							
						 
					 
					
						
						
							
							Move AutoSchema serializer instantiation to common method  
						
						
						
					 
					
						2019-08-07 20:40:22 +02:00 
						 
				 
			
				
					
						
							
							
								zeroohub 
							
						 
					 
					
						
						
						
						
							
						
						
							7e1c4be7ce 
							
						 
					 
					
						
						
							
							Avoided double call for remote url in FileField.to_representation. ( #6841 )  
						
						
						
					 
					
						2019-08-06 12:31:46 +02:00 
						 
				 
			
				
					
						
							
							
								Min ho Kim 
							
						 
					 
					
						
						
						
						
							
						
						
							0e1c5d3132 
							
						 
					 
					
						
						
							
							Fix typos ( #6835 )  
						
						
						
					 
					
						2019-07-25 10:04:01 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Vigelius 
							
						 
					 
					
						
						
						
						
							
						
						
							ca727872c8 
							
						 
					 
					
						
						
							
							OpenAPI schemas: Ensure lazy field descriptions are converted to str(). ( #6832 )  
						
						
						
					 
					
						2019-07-25 15:30:20 +02:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
						
						
							
						
						
							de26af4295 
							
						 
					 
					
						
						
							
							Move determine_path_prefix() logic into CoreAPI module.  
						
						
						
					 
					
						2019-07-24 11:13:30 +02:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
						
						
							
						
						
							e309a4f0b8 
							
						 
					 
					
						
						
							
							Fix OpenAPI path generation with common prefixes.  
						
						... 
						
						
						
						Closes  #6675 . Closes  #6823 . 
					
						2019-07-24 11:13:30 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Alvarez 
							
						 
					 
					
						
						
						
						
							
						
						
							2138f558ce 
							
						 
					 
					
						
						
							
							Added mapping of ListField.child type for OpenAPI Schemas.  
						
						
						
					 
					
						2019-07-24 11:09:57 +02:00 
						 
				 
			
				
					
						
							
							
								Muammar ibn Faisal 
							
						 
					 
					
						
						
						
						
							
						
						
							f7c3220fdb 
							
						 
					 
					
						
						
							
							Ability to specify urlconf in include_docs_urls added ( #6824 )  
						
						... 
						
						
						
						There is a problem in the current implementation that if one exports docs via `include_docs_urls` he will be using `ROOT_URLCONF` (https://github.com/encode/django-rest-framework/blob/master/rest_framework/schemas/generators.py#L73 ), which is a big problem, if one is working with subdomains and he has sets of disjoint URLs.
This simple fix allows to pass through forgotten `urlconf` parameter. 
						
					 
					
						2019-07-23 12:06:03 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							044252af1c 
							
						 
					 
					
						
						
							
							Version 3.10.1 ( #6817 )  
						
						... 
						
						
						
						* Ensure that requiring 'uritemplate' does not also require 'coreapi'
* Don't include autocomplete fields on TokenAuth admin
* Version 3.10.1 
						
					 
					
						2019-07-17 14:17:45 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9eaf49dab9 
							
						 
					 
					
						
						
							
							Version 3.10 ( #6802 )  
						
						... 
						
						
						
						* 3.10 release notes
* Version number -> 3.10
* Update translations
* Update 3.10 release docs
* Update release notes
* Delete symlink 
						
					 
					
						2019-07-15 12:31:09 +01:00 
						 
				 
			
				
					
						
							
							
								Ryan P Kilby 
							
						 
					 
					
						
						
						
						
							
						
						
							b26db12813 
							
						 
					 
					
						
						
							
							Update default settings to use lists instead of tuples ( #6799 )  
						
						... 
						
						
						
						* Update default settings from tuples to lists
* Add missing trailing commas
* Use single quotes for consistency
* Update settings lists in docs 
						
					 
					
						2019-07-15 11:54:46 +01:00 
						 
				 
			
				
					
						
							
							
								Aarni Koskela 
							
						 
					 
					
						
						
						
						
							
						
						
							5c922fb39d 
							
						 
					 
					
						
						
							
							JSONEncoder: ensure empty listlikes remain lists, not dicts ( #6794 )  
						
						
						
					 
					
						2019-07-09 11:41:05 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Quinonero 
							
						 
					 
					
						
						
						
						
							
						
						
							7762aaa90f 
							
						 
					 
					
						
						
							
							Docs sidebar improvements ( #5638 ) ( #6589 )  
						
						... 
						
						
						
						* add sans-serif fallback for Verdana in docs sidebar
Co-Authored-By: Joachim Jablon <ewjoachim@gmail.com>
* improve display for docs sidebar (#5638 )
Co-Authored-By: Joachim Jablon <ewjoachim@gmail.com> 
						
					 
					
						2019-07-08 13:05:13 +01:00 
						 
				 
			
				
					
						
							
							
								Ryan P Kilby 
							
						 
					 
					
						
						
						
						
							
						
						
							bd6a1b3b6c 
							
						 
					 
					
						
						
							
							Fix dotted-source field checking on serializer write ( #6786 )  
						
						... 
						
						
						
						* Add tests for raise_errors_on_nested_writes
* Fix dotted-source field checking on serializer write
The code was previously checking the validated data for the field's
attribute name, however, the data contain the first source attr. 
						
					 
					
						2019-07-08 11:10:18 +01:00 
						 
				 
			
				
					
						
							
							
								Ryan P Kilby 
							
						 
					 
					
						
						
						
						
							
						
						
							976739206c 
							
						 
					 
					
						
						
							
							Don't render extra actions when unauthenticated ( #6775 )  
						
						
						
					 
					
						2019-07-04 14:54:16 +01:00 
						 
				 
			
				
					
						
							
							
								Ryan P Kilby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e4e75f1c7c 
							
						 
					 
					
						
						
							
							Strip null characters from search param ( #6774 )  
						
						
						
					 
					
						2019-07-02 11:33:48 -07:00 
						 
				 
			
				
					
						
							
							
								Ryan P Kilby 
							
						 
					 
					
						
						
						
						
							
						
						
							41d5338ba6 
							
						 
					 
					
						
						
							
							Translate Throttled exception messages ( #6771 )  
						
						
						
					 
					
						2019-07-02 11:21:40 +01:00 
						 
				 
			
				
					
						
							
							
								Ryan P Kilby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							da06240257 
							
						 
					 
					
						
						
							
							Fix ModelField max_length argument ( #6773 )  
						
						
						
					 
					
						2019-07-01 19:14:45 -07:00 
						 
				 
			
				
					
						
							
							
								Karambir Singh Nain 
							
						 
					 
					
						
						
						
						
							
						
						
							a7778897ad 
							
						 
					 
					
						
						
							
							Fix ArrayField kwargs mapping for blank/allow_empty ( #6758 )  
						
						... 
						
						
						
						Postgres ArrayField blank=True should allow empty Lists in Serializer 
						
					 
					
						2019-07-01 17:34:34 -07:00 
						 
				 
			
				
					
						
							
							
								Reupen Shah 
							
						 
					 
					
						
						
						
						
							
						
						
							3242adf058 
							
						 
					 
					
						
						
							
							Enforce allow_empty=False during partial validation of parent serializer ( #6512 )  
						
						... 
						
						
						
						Refs #6509 
This enforces allow_empty=True when a ListSerializer is a child of another serializer and partial validation is being performed on the parent serializer.
This is because partial validation should allow fields to be omitted, but should not cause values that are invalid without partial validation to become valid.
This effectively reverts #4222 . None of the tests added in that PR fail if the associated change is removed, so I‘m not sure what that PR was trying to fix. 
						
					 
					
						2019-07-01 13:30:16 +01:00 
						 
				 
			
				
					
						
							
							
								Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							79b2350b54 
							
						 
					 
					
						
						
							
							[fields] Format error message only if params exist ( #6624 )  
						
						... 
						
						
						
						This prevents exceptions when the error message contains `%`, but is
not intended for formatting.  Django itself does the same:
6866c91b63/django/core/exceptions.py (L168-L169)Fixes  encode/django-rest-framework#6622  
						
					 
					
						2019-07-01 13:28:16 +01:00 
						 
				 
			
				
					
						
							
							
								Ryan P Kilby 
							
						 
					 
					
						
						
						
						
							
						
						
							7179ea9984 
							
						 
					 
					
						
						
							
							Raise exception when field source is a built-in ( #6766 )  
						
						
						
					 
					
						2019-07-01 13:25:47 +01:00 
						 
				 
			
				
					
						
							
							
								Ryan P Kilby 
							
						 
					 
					
						
						
						
						
							
						
						
							91ea138406 
							
						 
					 
					
						
						
							
							Allow redundant SerializerMethodField method names ( #6767 )  
						
						
						
					 
					
						2019-07-01 13:22:03 +01:00 
						 
				 
			
				
					
						
							
							
								Greg Curtis 
							
						 
					 
					
						
						
						
						
							
						
						
							42fd179d4e 
							
						 
					 
					
						
						
							
							upgrade jQuery to latest version ( #6728 )  
						
						
						
					 
					
						2019-07-01 13:16:21 +01:00 
						 
				 
			
				
					
						
							
							
								Ryan P Kilby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							df1d146ee7 
							
						 
					 
					
						
						
							
							Remove old documentation ( #6765 )  
						
						
						
					 
					
						2019-06-28 16:03:00 -07:00 
						 
				 
			
				
					
						
							
							
								Jan Pieter Waagmeester 
							
						 
					 
					
						
						
						
						
							
						
						
							cfd3ea0996 
							
						 
					 
					
						
						
							
							TokenAdmin: add 'user' to autocomplete_fields ( #6762 )  
						
						... 
						
						
						
						TokenAdmin is unusable with a big number of user records (in this case ~150k). Django 2.0 added the [ModelAdmin.autocomplete_fields](https://docs.djangoproject.com/en/stable/ref/contrib/admin/#django.contrib.admin.ModelAdmin.autocomplete_fields ) option to use select2 to provide a better user experience.
If support for django 1.11 is dropped, this change would make the `TokenAdmin` usable again. 
						
					 
					
						2019-06-28 13:44:15 +01:00 
						 
				 
			
				
					
						
							
							
								Kryštof Řeháček 
							
						 
					 
					
						
						
						
						
							
						
						
							6a95451d72 
							
						 
					 
					
						
						
							
							Fixes   #6751  - ModelSerializer fields does not get updated correctly when signals are connected to some fields  ( #6752 )  
						
						... 
						
						
						
						* fixes  #6751 
* reverted condition
* save instance before setting m2m fields
* added comment why m2m fields are saved after instance
* removed blank line
* added test for the issue 6751 
						
					 
					
						2019-06-22 09:14:15 +01:00 
						 
				 
			
				
					
						
							
							
								Xavier Ordoquy 
							
						 
					 
					
						
						
						
						
							
						
						
							809a6acd36 
							
						 
					 
					
						
						
							
							Add --urlconf to the generateschema command ( #6696 )  
						
						
						
					 
					
						2019-06-09 15:23:52 +02:00 
						 
				 
			
				
					
						
							
							
								Alan Crosswell 
							
						 
					 
					
						
						
						
						
							
						
						
							4d228257ac 
							
						 
					 
					
						
						
							
							Retain declared path ordering in OpenAPI YAML output.  ( #6680 )  
						
						... 
						
						
						
						* Add pyyaml.dump(..., sort_keys=False) to not sort openapi keys alphabetically
* Retain ordering of paths as provided in urlconf in OpenAPI schemas. 
						
					 
					
						2019-06-09 14:58:02 +02:00 
						 
				 
			
				
					
						
							
							
								Alan Crosswell 
							
						 
					 
					
						
						
						
						
							
						
						
							819c46ea80 
							
						 
					 
					
						
						
							
							Add --generator_class CLI option to generateschema ( #6735 )  
						
						... 
						
						
						
						* add --generator_class CLI option to generateschema
* Add test for generateschema —generator_class flag. 
						
					 
					
						2019-06-09 14:43:54 +02:00 
						 
				 
			
				
					
						
							
							
								Alan Crosswell 
							
						 
					 
					
						
						
						
						
							
						
						
							2d65f82dd7 
							
						 
					 
					
						
						
							
							Generate OpenAPI schema field types from validators. ( #6674 )  
						
						
						
					 
					
						2019-06-09 14:42:56 +02:00 
						 
				 
			
				
					
						
							
							
								Alan Crosswell 
							
						 
					 
					
						
						
						
						
							
						
						
							a63860fc8b 
							
						 
					 
					
						
						
							
							Corrected openapi.SchemaGenerator path prefixes. ( #6724 )  
						
						
						
					 
					
						2019-06-09 14:29:55 +02:00 
						 
				 
			
				
					
						
							
							
								Ryan P Kilby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e210ae48d 
							
						 
					 
					
						
						
							
							Update markdown preprocessor registration ( #6722 )  
						
						
						
					 
					
						2019-05-31 14:11:58 -07:00 
						 
				 
			
				
					
						
							
							
								Adam 
							
						 
					 
					
						
						
						
						
							
						
						
							6aac9d2be1 
							
						 
					 
					
						
						
							
							Remove references to django-crispy-forms ( #6600 )  
						
						
						
					 
					
						2019-05-30 19:47:30 -07:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
						
						
							
						
						
							b37aa284eb 
							
						 
					 
					
						
						
							
							Remove unnecessary bytes() calls ( #6626 )  
						
						
						
					 
					
						2019-05-30 15:05:27 -07:00 
						 
				 
			
				
					
						
							
							
								Florian Wendelborn 
							
						 
					 
					
						
						
						
						
							
						
						
							6bd25c09a6 
							
						 
					 
					
						
						
							
							Add Multiple HTTP Statuses ( #6706 )  
						
						
						
					 
					
						2019-05-30 14:32:46 -07:00 
						 
				 
			
				
					
						
							
							
								Ran Benita 
							
						 
					 
					
						
						
						
						
							
						
						
							c2293e9f25 
							
						 
					 
					
						
						
							
							Improve performance of lazy validation message formatting ( #6709 )  
						
						
						
					 
					
						2019-05-29 11:32:03 -07:00 
						 
				 
			
				
					
						
							
							
								Raffaele Salmaso 
							
						 
					 
					
						
						
						
						
							
						
						
							514033815d 
							
						 
					 
					
						
						
							
							Allow JSONField encoder customization. ( #6713 )  
						
						
						
					 
					
						2019-05-24 12:47:35 +01:00 
						 
				 
			
				
					
						
							
							
								Mathieu Pillard 
							
						 
					 
					
						
						
						
						
							
						
						
							afb678433b 
							
						 
					 
					
						
						
							
							Always call all throttling classes on the view when checking throttles ( #6711 )  
						
						
						
					 
					
						2019-05-23 14:42:29 +01:00 
						 
				 
			
				
					
						
							
							
								Ryan P Kilby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							19ca86d8d6 
							
						 
					 
					
						
						
							
							Fix lazy translation of ListField errors ( #6708 )  
						
						... 
						
						
						
						* Test init for fields w/ lazy translations
* Fix lazy translations for ListField 
						
					 
					
						2019-05-22 19:41:53 -07:00 
						 
				 
			
				
					
						
							
							
								Florian Wendelborn 
							
						 
					 
					
						
						
						
						
							
						
						
							0d0e7c3ae0 
							
						 
					 
					
						
						
							
							Add HTTP 308 Permanent Redirect ( #6693 )  
						
						
						
					 
					
						2019-05-22 11:25:12 -07:00 
						 
				 
			
				
					
						
							
							
								Ryan P Kilby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							db37512a6e 
							
						 
					 
					
						
						
							
							Remove 3.10 deprecations ( #6687 )  
						
						... 
						
						
						
						* Remove DjangoObjectPermissionsFilter
* Remove detail_route/list_route
* Bump deprecation warning versions 
						
					 
					
						2019-05-21 10:36:55 -07:00 
						 
				 
			
				
					
						
							
							
								Ran Benita 
							
						 
					 
					
						
						
						
						
							
						
						
							ccd9b71c0a 
							
						 
					 
					
						
						
							
							Don't cache _readable_fields and _writable_fields ( #6689 )  
						
						... 
						
						
						
						It might be useful for a serializer with many many fields which uses
read_only and write_only on a large percentage of the fields. But the
memory usage and statefulness it adds are not worth it for the common
case. 
						
					 
					
						2019-05-21 15:45:31 +01:00 
						 
				 
			
				
					
						
							
							
								Ryan P Kilby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b8141a4aa 
							
						 
					 
					
						
						
							
							Fix nullable source='*' fields ( #6659 )  
						
						
						
					 
					
						2019-05-20 14:58:02 -07:00