Mads Jensen 
							
						 
					 
					
						
						
						
						
							
						
						
							215e1b6c6b 
							
						 
					 
					
						
						
							
							Regarding  #3729  
						
						... 
						
						
						
						python -Werror generates warnings informing that on_delete is a required keyword in Django 2.0 
						
					 
					
						2016-01-14 15:14:33 +01:00 
						 
				 
			
				
					
						
							
							
								areski 
							
						 
					 
					
						
						
						
						
							
						
						
							4e01796303 
							
						 
					 
					
						
						
							
							Test for TimeField not handling empty values  
						
						
						
					 
					
						2016-01-11 12:16:26 +01:00 
						 
				 
			
				
					
						
							
							
								Mikalai Radchuk 
							
						 
					 
					
						
						
						
						
							
						
						
							6b207d93d6 
							
						 
					 
					
						
						
							
							DateField.to_representation unicode compatibility  
						
						
						
					 
					
						2016-01-11 13:11:01 +03:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							f01a3d9c36 
							
						 
					 
					
						
						
							
							Merge pull request  #3801  from koordinates/fix-nested-validation-error  
						
						... 
						
						
						
						Fix nested validation error being rendered incorrectly. 
						
					 
					
						2016-01-07 09:22:23 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin Massey 
							
						 
					 
					
						
						
						
						
							
						
						
							7cd3933144 
							
						 
					 
					
						
						
							
							Fixes   #3804 , avoiding update of Meta.extra_kwargs  
						
						... 
						
						
						
						Added unit test to cover. 
						
					 
					
						2016-01-06 15:04:51 -05:00 
						 
				 
			
				
					
						
							
							
								Craig de Stigter 
							
						 
					 
					
						
						
						
						
							
						
						
							651319e2da 
							
						 
					 
					
						
						
							
							Fix nested validation error being rendered incorrectly.  
						
						... 
						
						
						
						Previously an extra list wrapped nested validation errors raised from serializer's validate() methods.
That was inconsistent with the format of validation errors raised by validate_<fieldname> methods.
i.e. these two resulted in *different* behaviour:
    def validate_foo(self):
        raise ValidationError(['bar'])
    def validate(self):
        raise ValidationError({'foo': ['bar']}) 
						
					 
					
						2016-01-06 16:05:43 +13:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							37f7b76f72 
							
						 
					 
					
						
						
							
							Merge pull request  #3785  from sheppard/authtoken-import  
						
						... 
						
						
						
						don't import authtoken model until needed 
						
					 
					
						2016-01-05 17:28:48 +00:00 
						 
				 
			
				
					
						
							
							
								S. Andrew Sheppard 
							
						 
					 
					
						
						
						
						
							
						
						
							4f40714169 
							
						 
					 
					
						
						
							
							fix import order  
						
						
						
					 
					
						2016-01-05 10:20:22 -06:00 
						 
				 
			
				
					
						
							
							
								S. Andrew Sheppard 
							
						 
					 
					
						
						
						
						
							
						
						
							2b8c036b48 
							
						 
					 
					
						
						
							
							test custom token model  
						
						
						
					 
					
						2016-01-05 09:58:16 -06:00 
						 
				 
			
				
					
						
							
							
								S. Andrew Sheppard 
							
						 
					 
					
						
						
						
						
							
						
						
							1712c00001 
							
						 
					 
					
						
						
							
							update invalid token case  
						
						
						
					 
					
						2016-01-05 09:42:22 -06:00 
						 
				 
			
				
					
						
							
							
								Kevin Brown 
							
						 
					 
					
						
						
						
						
							
						
						
							a772326112 
							
						 
					 
					
						
						
							
							Merged two DecimalValidator tests together  
						
						... 
						
						
						
						These two tests were previously added in
7d79cf35b7 
						
					 
					
						2016-01-04 10:22:17 -05:00 
						 
				 
			
				
					
						
							
							
								Kevin Brown 
							
						 
					 
					
						
						
						
						
							
						
						
							d797389cf7 
							
						 
					 
					
						
						
							
							Fixed broken test for Django < 1.9  
						
						... 
						
						
						
						This test was incorrectly checking that there were no validators set in
older versions of Django, even though it should have been checking for
the two validators that were set up on the model field level.
The originally regression test that this fixes was added in
7d79cf35b7 
						
					 
					
						2015-12-24 18:17:58 -05:00 
						 
				 
			
				
					
						
							
							
								Kevin Brown 
							
						 
					 
					
						
						
						
						
							
						
						
							9bab640b0a 
							
						 
					 
					
						
						
							
							Added tests for min_value and max_value on a DecimalField  
						
						... 
						
						
						
						This adds tests for a regression where the `min_value` and `max_value`
arguments are not being set for a DRF `DecimalField` even though the
corresponding `MinValueValidator` and `MaxValueValidator` is being set
on the model fields.
Note that this only appears to be a regression for Django < 1.9, as
these regression tests pass on newer versions of Django. 
						
					 
					
						2015-12-24 14:00:49 -05:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							18cdfcd712 
							
						 
					 
					
						
						
							
							Merge pull request  #3731  from mjparker777/master  
						
						... 
						
						
						
						Issue 3726 DateTimeField not handling empty values 
						
					 
					
						2015-12-18 11:27:12 +00:00 
						 
				 
			
				
					
						
							
							
								Luis San Pablo 
							
						 
					 
					
						
						
						
						
							
						
						
							c389aeb051 
							
						 
					 
					
						
						
							
							Lint import ordring  
						
						
						
					 
					
						2015-12-16 18:46:23 -06:00 
						 
				 
			
				
					
						
							
							
								Luis San Pablo 
							
						 
					 
					
						
						
						
						
							
						
						
							62e2a9706f 
							
						 
					 
					
						
						
							
							Fixed import order settings  
						
						
						
					 
					
						2015-12-16 18:37:50 -06:00 
						 
				 
			
				
					
						
							
							
								Luis San Pablo 
							
						 
					 
					
						
						
						
						
							
						
						
							dab6bf4b1a 
							
						 
					 
					
						
						
							
							Changed error to warning message  
						
						
						
					 
					
						2015-12-16 18:35:02 -06:00 
						 
				 
			
				
					
						
							
							
								mjparker777 
							
						 
					 
					
						
						
						
						
							
						
						
							fc08236ab8 
							
						 
					 
					
						
						
							
							updated timefield also  
						
						
						
					 
					
						2015-12-13 16:09:56 -07:00 
						 
				 
			
				
					
						
							
							
								mjparker777 
							
						 
					 
					
						
						
						
						
							
						
						
							81775dfbae 
							
						 
					 
					
						
						
							
							added missing comma  
						
						
						
					 
					
						2015-12-13 12:27:08 -07:00 
						 
				 
			
				
					
						
							
							
								mjparker777 
							
						 
					 
					
						
						
						
						
							
						
						
							bf60c08010 
							
						 
					 
					
						
						
							
							Issue 3726 DateTimeField not handling empty values  
						
						
						
					 
					
						2015-12-13 12:21:13 -07:00 
						 
				 
			
				
					
						
							
							
								Luis San Pablo 
							
						 
					 
					
						
						
						
						
							
						
						
							9db4c2ae8a 
							
						 
					 
					
						
						
							
							--ammend  
						
						
						
					 
					
						2015-12-07 22:31:09 -06:00 
						 
				 
			
				
					
						
							
							
								Luis San Pablo 
							
						 
					 
					
						
						
						
						
							
						
						
							4e5c57ab46 
							
						 
					 
					
						
						
							
							type on test case  
						
						
						
					 
					
						2015-12-07 22:19:58 -06:00 
						 
				 
			
				
					
						
							
							
								Luis San Pablo 
							
						 
					 
					
						
						
						
						
							
						
						
							03c7f149ac 
							
						 
					 
					
						
						
							
							Test case for settings check  
						
						
						
					 
					
						2015-12-07 22:17:33 -06:00 
						 
				 
			
				
					
						
							
							
								Luis San Pablo 
							
						 
					 
					
						
						
						
						
							
						
						
							4b59681c60 
							
						 
					 
					
						
						
							
							Fixed Class Newlines  
						
						
						
					 
					
						2015-12-04 05:57:09 +00:00 
						 
				 
			
				
					
						
							
							
								Luis San Pablo 
							
						 
					 
					
						
						
						
						
							
						
						
							4092cef392 
							
						 
					 
					
						
						
							
							Fixed Test Case for Hyperlink  
						
						
						
					 
					
						2015-12-04 05:42:46 +00:00 
						 
				 
			
				
					
						
							
							
								Luis San Pablo 
							
						 
					 
					
						
						
						
						
							
						
						
							8501f59216 
							
						 
					 
					
						
						
							
							Hyperlink Test Case  
						
						
						
					 
					
						2015-12-04 05:30:39 +00:00 
						 
				 
			
				
					
						
							
							
								bphillips 
							
						 
					 
					
						
						
						
						
							
						
						
							c153bcb479 
							
						 
					 
					
						
						
							
							Added validation to UUIDField to properly catch invalid input types (lists, tuples, etc).  
						
						
						
					 
					
						2015-12-01 14:09:10 -05:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							832d6322a7 
							
						 
					 
					
						
						
							
							Merge pull request  #3631  from syphar/paginat  
						
						... 
						
						
						
						allow setting a custom Django Paginator class 
						
					 
					
						2015-11-30 20:58:32 +00:00 
						 
				 
			
				
					
						
							
							
								Petros Moisiadis 
							
						 
					 
					
						
						
						
						
							
						
						
							3594c976b7 
							
						 
					 
					
						
						
							
							Added test case for rendering nested fields with none value  
						
						
						
					 
					
						2015-11-27 15:07:29 +02:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							04158e187e 
							
						 
					 
					
						
						
							
							Merge pull request  #3513  from pattisdr/feature/ListField_needs_to_enforce_list  
						
						... 
						
						
						
						ListField does not enforce that input is a list 
						
					 
					
						2015-11-18 12:19:40 +00:00 
						 
				 
			
				
					
						
							
							
								Dawn Pattison 
							
						 
					 
					
						
						
						
						
							
						
						
							3ddbf92bf9 
							
						 
					 
					
						
						
							
							Remove unicode from exception value.  
						
						
						
					 
					
						2015-11-13 10:41:57 -05:00 
						 
				 
			
				
					
						
							
							
								Dawn Pattison 
							
						 
					 
					
						
						
						
						
							
						
						
							5fdc4f22cf 
							
						 
					 
					
						
						
							
							Add tests to ensure ListField does not except dictionary as input.  
						
						
						
					 
					
						2015-11-13 10:17:09 -05:00 
						 
				 
			
				
					
						
							
							
								Denis Cornehl 
							
						 
					 
					
						
						
						
						
							
						
						
							3806af3d15 
							
						 
					 
					
						
						
							
							allow setting a custom Django Paginator in pagination.PageNumberPagination  
						
						
						
					 
					
						2015-11-13 16:04:12 +01:00 
						 
				 
			
				
					
						
							
							
								Xavier Ordoquy 
							
						 
					 
					
						
						
						
						
							
						
						
							795cf4716d 
							
						 
					 
					
						
						
							
							Fix module name with Python 3.5  
						
						
						
					 
					
						2015-11-11 17:44:46 +01:00 
						 
				 
			
				
					
						
							
							
								José Padilla 
							
						 
					 
					
						
						
						
						
							
						
						
							7d79cf35b7 
							
						 
					 
					
						
						
							
							Add regression test for DecimalField mapping  
						
						
						
					 
					
						2015-10-30 07:47:11 -04:00 
						 
				 
			
				
					
						
							
							
								Matthew Madurski 
							
						 
					 
					
						
						
						
						
							
						
						
							8aed3d4862 
							
						 
					 
					
						
						
							
							Correctly handle false in nested as_form_field  
						
						
						
					 
					
						2015-10-24 19:48:17 -04:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							84e9013417 
							
						 
					 
					
						
						
							
							Merge pull request  #3531  from tomchristie/version-3.3  
						
						... 
						
						
						
						Version 3.3 
						
					 
					
						2015-10-23 16:24:08 +01:00 
						 
				 
			
				
					
						
							
							
								José Padilla 
							
						 
					 
					
						
						
						
						
							
						
						
							d64bfef56a 
							
						 
					 
					
						
						
							
							Map all supported FilePathField options  
						
						
						
					 
					
						2015-10-23 10:08:29 -04:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							7bfc420dc9 
							
						 
					 
					
						
						
							
							Add release notes, drop deprecated test  
						
						
						
					 
					
						2015-10-22 15:11:10 +01:00 
						 
				 
			
				
					
						
							
							
								José Padilla 
							
						 
					 
					
						
						
						
						
							
						
						
							a1dad503cf 
							
						 
					 
					
						
						
							
							Map TextField max_length to CharField  
						
						
						
					 
					
						2015-10-16 07:17:33 -04:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							dad207de66 
							
						 
					 
					
						
						
							
							Don't attempt to test dicts (unordered)  
						
						
						
					 
					
						2015-09-28 17:41:09 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							ec8098b7e2 
							
						 
					 
					
						
						
							
							Work around 2.x/3.x json.dumps() return type fuzziness  
						
						
						
					 
					
						2015-09-28 17:32:36 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							10dbf1316f 
							
						 
					 
					
						
						
							
							Added JSONField.  Closes   #3170 .  
						
						
						
					 
					
						2015-09-28 17:25:52 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							c64896c849 
							
						 
					 
					
						
						
							
							More cleanup of browser overrides  
						
						
						
					 
					
						2015-09-28 15:33:55 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							d7142e23ac 
							
						 
					 
					
						
						
							
							Merge branch 'master' into remove-content-overriding  
						
						
						
					 
					
						2015-09-28 15:15:50 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							2d0b54e263 
							
						 
					 
					
						
						
							
							Merge branch 'drop-django-16' oft  https://github.com/carltongibson/django-rest-framework  into carltongibson-drop-django-16  
						
						... 
						
						
						
						Conflicts:
	docs/topics/release-notes.md 
						
					 
					
						2015-09-28 11:17:48 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							ca8313aeac 
							
						 
					 
					
						
						
							
							Merge branch 'master' into version-3.3  
						
						... 
						
						
						
						Conflicts:
	docs/topics/release-notes.md 
						
					 
					
						2015-09-28 10:57:14 +01:00 
						 
				 
			
				
					
						
							
							
								Stian Jensen 
							
						 
					 
					
						
						
						
						
							
						
						
							62c000bc12 
							
						 
					 
					
						
						
							
							Use model error_messages when available  
						
						... 
						
						
						
						In the automatically applied UniqueValidator, use the error message from
error_messages defined in the model instead of the generic default
UniqueValidator message.
This fixes  #2878 . 
						
					 
					
						2015-09-23 15:20:44 +02:00 
						 
				 
			
				
					
						
							
							
								paolopaolopaolo 
							
						 
					 
					
						
						
						
						
							
						
						
							7640bfea9e 
							
						 
					 
					
						
						
							
							Add assert statement to .save() method in Serializer:  
						
						... 
						
						
						
						- Asserts that `_data` does not exist when calling `.save()` 
						
					 
					
						2015-09-22 11:49:51 -07:00 
						 
				 
			
				
					
						
							
							
								paolopaolopaolo 
							
						 
					 
					
						
						
						
						
							
						
						
							134f5fa4bc 
							
						 
					 
					
						
						
							
							Fixes   #3265  (now with Test Case)  
						
						... 
						
						
						
						- Added test_data_access_before_save_raises_error test 
						
					 
					
						2015-09-22 11:40:19 -07:00