Akhil Lawrence 
							
						 
					 
					
						
						
						
						
							
						
						
							fa4ce50be7 
							
						 
					 
					
						
						
							
							Modified exception handler to throw django error page in case of 500 error ( #4172 )  
						
						... 
						
						
						
						Show Traceback HTML in browsable API 
						
					 
					
						2016-08-10 15:24:32 +01:00 
						 
				 
			
				
					
						
							
							
								Daniel Hahler 
							
						 
					 
					
						
						
						
						
							
						
						
							378b04eeaa 
							
						 
					 
					
						
						
							
							Fix handling of ALLOWED_VERSIONS and no DEFAULT_VERSION ( #4370 )  
						
						... 
						
						
						
						When only `ALLOWED_VERSIONS` but no `DEFAULT_VERSION` is specified, a
version should be enforced. 
						
					 
					
						2016-08-10 15:19:56 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							48f3db36d6 
							
						 
					 
					
						
						
							
							Allow optional max_digits on DecimalField ( #4377 )  
						
						
						
					 
					
						2016-08-10 14:39:26 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							2d43b17f9a 
							
						 
					 
					
						
						
							
							Limit queryset when rendering relational choices. ( #4375 )  
						
						... 
						
						
						
						Limit querysets to html_cutoff when rendering relational choices 
						
					 
					
						2016-08-10 13:01:10 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							8105a4ac5a 
							
						 
					 
					
						
						
							
							Resolve form display with ChoiceField, MultipleChoiceField and non-string choices. ( #4374 )  
						
						... 
						
						
						
						* Add tests for html-form-rendering choice fields
* Resolve issues with ChoiceField, MultipleChoiceField and non-string options
* Ensure None template comparisons don't match string None 
						
					 
					
						2016-08-10 12:02:33 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							0781182646 
							
						 
					 
					
						
						
							
							Fix call to .resolve_context ( #4371 )  
						
						
						
					 
					
						2016-08-09 17:48:29 +01:00 
						 
				 
			
				
					
						
							
							
								Dmitry Dygalo 
							
						 
					 
					
						
						
						
						
							
						
						
							e1768bdc16 
							
						 
					 
					
						
						
							
							Fixed various typos ( #4366 )  
						
						
						
					 
					
						2016-08-08 09:32:22 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							bb613c5ad1 
							
						 
					 
					
						
						
							
							Version 3.4.3 ( #4361 )  
						
						... 
						
						
						
						* Version 3.4.3 
						
					 
					
						2016-08-05 13:33:25 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							f9cf22edc8 
							
						 
					 
					
						
						
							
							Version 3.4.2 ( #4360 )  
						
						
						
					 
					
						2016-08-05 12:38:19 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							d5178c9246 
							
						 
					 
					
						
						
							
							Include kwargs passed to 'as_view' when generating schemas ( #4359 )  
						
						
						
					 
					
						2016-08-05 11:19:39 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							11a2468379 
							
						 
					 
					
						
						
							
							Access request.user.is_authenticated as property not method, under Django 1.10+ ( #4358 )  
						
						... 
						
						
						
						* For Django >=1.10 use user.is_authenticated, not user.is_authenticated() 
						
					 
					
						2016-08-05 11:04:01 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							aff146ae83 
							
						 
					 
					
						
						
							
							Filter HEAD out from schemas ( #4357 )  
						
						
						
					 
					
						2016-08-05 10:23:40 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							a9a097496e 
							
						 
					 
					
						
						
							
							extra_kwargs takes precedence over uniqueness kwargs ( #4349 )  
						
						
						
					 
					
						2016-08-02 14:33:15 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							bda16a518a 
							
						 
					 
					
						
						
							
							Dedent tabs. ( #4347 )  
						
						
						
					 
					
						2016-08-02 13:33:14 +01:00 
						 
				 
			
				
					
						
							
							
								René Fleschenberg 
							
						 
					 
					
						
						
						
						
							
						
						
							9f5e841daf 
							
						 
					 
					
						
						
							
							Change template context generation in TemplateHTMLRenderer ( #4236 )  
						
						... 
						
						
						
						- Change the name of ``resolve_context()`` to ``get_template_context()``.
- Pass the renderer context to this method, to give subclasses more flexibility
  when overriding. 
						
					 
					
						2016-08-02 13:11:41 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							e37619f741 
							
						 
					 
					
						
						
							
							Serializer defaults should not be included in partial updates. ( #4346 )  
						
						... 
						
						
						
						Serializer default values should not be included in partial updates 
						
					 
					
						2016-08-02 13:05:12 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							3ef3fee926 
							
						 
					 
					
						
						
							
							Descriptive error from FileUploadParser when filename not included. ( #4340 )  
						
						... 
						
						
						
						* Descriptive error from FileUploadParser when filename not included.
* Consistent handling of upload filenames 
						
					 
					
						2016-08-01 18:44:58 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							46a44e52aa 
							
						 
					 
					
						
						
							
							Quantize incoming digitals ( #4339 )  
						
						
						
					 
					
						2016-08-01 17:15:41 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							aa349fe767 
							
						 
					 
					
						
						
							
							Handle non-string input for IP fields ( #4338 )  
						
						
						
					 
					
						2016-08-01 16:14:26 +01:00 
						 
				 
			
				
					
						
							
							
								jsurloppe 
							
						 
					 
					
						
						
						
						
							
						
						
							e997713313 
							
						 
					 
					
						
						
							
							urljoin with leading slash remove part of path ( #4332 )  
						
						
						
					 
					
						2016-08-01 14:14:55 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							449ec1d724 
							
						 
					 
					
						
						
							
							Version 3.4.1 [ci skip] ( #4326 )  
						
						
						
					 
					
						2016-07-28 13:34:35 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							e407dc7f01 
							
						 
					 
					
						
						
							
							Added root_renderers argument ( #4323 )  
						
						
						
					 
					
						2016-07-28 12:50:51 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							061e0ed084 
							
						 
					 
					
						
						
							
							Added url and schema_url arguments ( #4321 )  
						
						
						
					 
					
						2016-07-28 12:08:34 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							6a7d34ec34 
							
						 
					 
					
						
						
							
							Unique together checks should apply to fields that are read only, but have a default. ( #4316 )  
						
						
						
					 
					
						2016-07-27 15:40:04 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							1acbc29d58 
							
						 
					 
					
						
						
							
							Minor style tweak. [ci skip]  
						
						
						
					 
					
						2016-07-27 15:39:46 +01:00 
						 
				 
			
				
					
						
							
							
								Alexander Gaevsky 
							
						 
					 
					
						
						
						
						
							
						
						
							46a870c002 
							
						 
					 
					
						
						
							
							Fix schema generation for APIView, since it does not have get_serializer_class method. ( #4285 )  
						
						
						
					 
					
						2016-07-27 15:36:36 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							3586c8a61a 
							
						 
					 
					
						
						
							
							Set view.format_kwarg in schema generator ( #4315 )  
						
						
						
					 
					
						2016-07-27 14:43:45 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							8ebf81b150 
							
						 
					 
					
						
						
							
							Schema support should function when 'pagination_class = None' ( #4314 )  
						
						
						
					 
					
						2016-07-27 13:02:48 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							351e0a4a99 
							
						 
					 
					
						
						
							
							Fix json indent parameter.  Closes   #4281  ( #4313 )  
						
						
						
					 
					
						2016-07-27 11:49:01 +01:00 
						 
				 
			
				
					
						
							
							
								Sassan Haradji 
							
						 
					 
					
						
						
						
						
							
						
						
							f0f61aa077 
							
						 
					 
					
						
						
							
							use verbose_name instead of object_name in field_mapping ( #4299 )  
						
						... 
						
						
						
						* use verbose_name instead of object_name in error messages 
						
					 
					
						2016-07-26 15:12:51 +01:00 
						 
				 
			
				
					
						
							
							
								Asif Saifuddin Auvi 
							
						 
					 
					
						
						
						
						
							
						
						
							b63099084f 
							
						 
					 
					
						
						
							
							twitter bootstrap minor update ( #4307 )  
						
						... 
						
						
						
						* updated bootstrap min css to 3.3.7
* updated bootstrap min javascript to 3.3.7 
						
					 
					
						2016-07-26 14:09:04 +01:00 
						 
				 
			
				
					
						
							
							
								Gustavo Pantuza 
							
						 
					 
					
						
						
						
						
							
						
						
							da2ff1bc4a 
							
						 
					 
					
						
						
							
							Adding support for RFC 4918 status codes ( #4291 )  
						
						... 
						
						
						
						* Added HTTP status codes from RFC 4918
* Updated documentation about status codes
* Added reference to RFC 4918 
						
					 
					
						2016-07-26 11:09:12 +01:00 
						 
				 
			
				
					
						
							
							
								Andi Albrecht 
							
						 
					 
					
						
						
						
						
							
						
						
							3ca0b15b17 
							
						 
					 
					
						
						
							
							Restore meta information for each search field. ( #4298 )  
						
						... 
						
						
						
						The meta information stored in opts needs to be restored for
each search field. Otherwise it references the wrong model
when an attribute of a related model comes before an attribute
of the original model in search fields. This doesn't apply to
m2m relations since must_call_distinct returns True in that
case. 
						
					 
					
						2016-07-26 11:07:03 +01:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
						
						
							
						
						
							a436515196 
							
						 
					 
					
						
						
							
							Add missing return statement.  
						
						... 
						
						
						
						Fix  #4272 . 
					
						2016-07-16 22:44:49 +02:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							8385ae42c0 
							
						 
					 
					
						
						
							
							3.4.0 Release ( #4258 )  
						
						... 
						
						
						
						* 3.4.0 Release
* Version 3.4 release
* Full release notes
* Update translation files
* Update release documentation
* Update release notes
* Docs on supporting alternate schema formats
* Add schema_renderers to DefaultRouter 
						
					 
					
						2016-07-13 16:30:41 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							549210b50f 
							
						 
					 
					
						
						
							
							Don't strip microseconds in JSON output. ( #4256 )  
						
						
						
					 
					
						2016-07-11 14:34:23 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							321c060dbe 
							
						 
					 
					
						
						
							
							Resolve incorrect media type ( #4254 )  
						
						
						
					 
					
						2016-07-11 12:04:11 +01:00 
						 
				 
			
				
					
						
							
							
								kiyoqoko 
							
						 
					 
					
						
						
						
						
							
						
						
							6338ce80ab 
							
						 
					 
					
						
						
							
							Add localize keyword argument to DecimalField ( #4233 )  
						
						... 
						
						
						
						Add `localize` keyword argument for DecimalField 
						
					 
					
						2016-07-06 16:07:16 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							6ff9840bde 
							
						 
					 
					
						
						
							
							Schemas & client libraries. ( #4179 )  
						
						... 
						
						
						
						* Added schema generation support.
* New tutorial section.
* API guide on schema generation.
* Topic guide on API clients. 
						
					 
					
						2016-07-04 16:38:17 +01:00 
						 
				 
			
				
					
						
							
							
								Vikalp Jain 
							
						 
					 
					
						
						
						
						
							
						
						
							1d2fba906e 
							
						 
					 
					
						
						
							
							Fix issues with routers for custom list-route and detail-routes ( #4229 )  
						
						
						
					 
					
						2016-06-29 17:27:17 +01:00 
						 
				 
			
				
					
						
							
							
								Laurent De Marez 
							
						 
					 
					
						
						
						
						
							
						
						
							fdde44d9d1 
							
						 
					 
					
						
						
							
							Fix parsing multipart data using a nested serializer with list ( #3820 )  
						
						... 
						
						
						
						It is possible that a key in a MultiValueDict has multiple values, lists
are represented this way. When accessing a key in a MultiValueDict
it only returns the last element of that key. This becomes a problem
when parsing an html dict with a list inside of it.
To fix this problem we have to get and set the value using .getlist()
and .setlist(). 
						
					 
					
						2016-06-23 16:03:24 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							bc3485ab7d 
							
						 
					 
					
						
						
							
							Namespace versioning with nested namespaces ( #4219 )  
						
						... 
						
						
						
						Support nested namespaces with namespaced versioning. 
						
					 
					
						2016-06-23 16:00:11 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							f81d516ae4 
							
						 
					 
					
						
						
							
							Robust uniqueness checks. ( #4217 )  
						
						... 
						
						
						
						* Robust uniqueness checks
* Add master to test matrix (allow_failures) 
						
					 
					
						2016-06-23 15:09:23 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							e1f7cc4082 
							
						 
					 
					
						
						
							
							Minor refactoring of must_call_distinct ( #4215 )  
						
						
						
					 
					
						2016-06-23 14:02:25 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
						
						
							
						
						
							90bb0c58ce 
							
						 
					 
					
						
						
							
							Prevented unnecessary distinct() call in SearchFilter. ( #3938 )  
						
						... 
						
						
						
						* Prevented unnecessary distinct() call in SearchFilter.
* Refactored SearchFilter lookup prefixes. 
						
					 
					
						2016-06-23 13:49:23 +01:00 
						 
				 
			
				
					
						
							
							
								Rowan Seymour 
							
						 
					 
					
						
						
						
						
							
						
						
							36ca4b8e06 
							
						 
					 
					
						
						
							
							Make offset_cutoff a class attribute in CursorPagination so that it can be easily overridden in subclasses ( #4212 )  
						
						
						
					 
					
						2016-06-23 10:37:15 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							798a971f20 
							
						 
					 
					
						
						
							
							Simplfy TimeField passing through strings ( #4197 )  
						
						... 
						
						
						
						* Simplfy TimeField passing through strings 
						
					 
					
						2016-06-14 16:05:00 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							9406e45b2c 
							
						 
					 
					
						
						
							
							Pass through strings as-in with DateTimeField ( #4196 )  
						
						
						
					 
					
						2016-06-14 12:23:39 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							2e7fae7698 
							
						 
					 
					
						
						
							
							limit=0 should revert to default limit ( #4194 )  
						
						
						
					 
					
						2016-06-13 16:32:43 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							c3b7fba918 
							
						 
					 
					
						
						
							
							Exclude read_only=True fields from unique_together validation & add docs. ( #4192 )  
						
						... 
						
						
						
						* Exclude read_only=True fields from unique_together validation
* Test to ensure that unique_together validators can be removed
* Do not add uniquness_extra_kwargs when validators are explicitly declared.
* Add docs on validation in complex cases 
						
					 
					
						2016-06-13 13:31:12 +01:00