李扬 
							
						 
					 
					
						
						
						
						
							
						
						
							cbad236f6d 
							
						 
					 
					
						
						
							
							Add max_length and min_length arguments for ListField ( #4877 )  
						
						 
						
						
						
					 
					
						2017-02-06 09:36:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mariusz Felisiak 
							
						 
					 
					
						
						
						
						
							
						
						
							5c0f9f147c 
							
						 
					 
					
						
						
							
							Removed unnecessary utc wrapper. ( #4839 )  
						
						 
						
						
						
					 
					
						2017-01-23 16:22:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Asif Saifuddin Auvi 
							
						 
					 
					
						
						
						
						
							
						
						
							026a8d8707 
							
						 
					 
					
						
						
							
							make lint happy with isort --recursive  
						
						 
						
						
						
					 
					
						2017-01-18 22:15:44 +06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Asif Saifuddin Auvi 
							
						 
					 
					
						
						
						
						
							
						
						
							006ae46092 
							
						 
					 
					
						
						
							
							remove trailing comma  
						
						 
						
						
						
					 
					
						2017-01-18 21:40:07 +06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Asif Saifuddin Auvi 
							
						 
					 
					
						
						
						
						
							
						
						
							326e09dde9 
							
						 
					 
					
						
						
							
							added utc compat to tests of fields  
						
						 
						
						
						
					 
					
						2017-01-18 20:01:18 +06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Asif Saifuddin Auvi 
							
						 
					 
					
						
						
						
						
							
						
						
							4f6c326a99 
							
						 
					 
					
						
						
							
							converted remaining unittes asserts of fields test to pytest ( #4724 )  
						
						 
						
						
						
					 
					
						2016-11-30 12:52:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ryan P Kilby 
							
						 
					 
					
						
						
						
						
							
						
						
							eafc9a2393 
							
						 
					 
					
						
						
							
							Fix is_simple_callable with variable args, kwargs ( #4622 )  
						
						 
						
						
						
					 
					
						2016-10-25 20:47:24 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							26e51ecd6c 
							
						 
					 
					
						
						
							
							When HTML form input is used with JSONField, treat the input as a JSON encoded string, not a JSON primative. ( #4565 )  
						
						 
						
						
						
					 
					
						2016-10-12 14:04:10 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							0dec36eb41 
							
						 
					 
					
						
						
							
							Version 3.5 ( #4525 )  
						
						 
						
						... 
						
						
						
						* Start test case
* Added 'requests' test client
* Address typos
* Graceful fallback if requests is not installed.
* Add cookie support
* Tests for auth and CSRF
* Py3 compat
* py3 compat
* py3 compat
* Add get_requests_client
* Added SchemaGenerator.should_include_link
* add settings for html cutoff on related fields
* Router doesn't work if prefix is blank, though project urls.py handles prefix
* Fix Django 1.10 to-many deprecation
* Add django.core.urlresolvers compatibility
* Update django-filter & django-guardian
* Check for empty router prefix; adjust URL accordingly
It's easiest to fix this issue after we have made the regex.  To try
to fix it before would require doing something different for List vs
Detail, which means we'd have to know which type of url we're
constructing before acting accordingly.
* Fix misc django deprecations
* Use TOC extension instead of header
* Fix deprecations for py3k
* Add py3k compatibility to is_simple_callable
* Add is_simple_callable tests
* Drop python 3.2 support (EOL, Dropped by Django)
* schema_renderers= should *set* the renderers, not append to them.
* API client (#4424 )
* Fix release notes
* Add note about 'User account is disabled.' vs 'Unable to log in'
* Clean up schema generation (#4527 )
* Handle multiple methods on custom action (#4529 )
* RequestsClient, CoreAPIClient
* exclude_from_schema
* Added 'get_schema_view()' shortcut
* Added schema descriptions
* Better descriptions for schemas
* Add type annotation to schema generation
* Coerce schema 'pk' in path to actual field name
* Deprecations move into assertion errors
* Use get_schema_view in tests
* Updte CoreJSON media type
* Handle schema structure correctly when path prefixs exist. Closes  #4401 
* Add PendingDeprecation to Router schema generation.
* Added SCHEMA_COERCE_PATH_PK and SCHEMA_COERCE_METHOD_NAMES
* Renamed and documented 'get_schema_fields' interface. 
						
					 
					
						2016-10-10 13:03:46 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							4655501d51 
							
						 
					 
					
						
						
							
							Fix regression of RegexField. ( #4490 )  
						
						 
						
						... 
						
						
						
						* Don't deepcopy 'regex' arguments, instead treat as immutable. 
						
					 
					
						2016-09-15 12:44:45 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							f16e880167 
							
						 
					 
					
						
						
							
							Stricter type validation for CharField. ( #4380 )  
						
						 
						
						... 
						
						
						
						Stricter type validation for CharField 
						
					 
					
						2016-08-10 17:22:19 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							48f3db36d6 
							
						 
					 
					
						
						
							
							Allow optional max_digits on DecimalField ( #4377 )  
						
						 
						
						
						
					 
					
						2016-08-10 14:39:26 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Dygalo 
							
						 
					 
					
						
						
						
						
							
						
						
							e1768bdc16 
							
						 
					 
					
						
						
							
							Fixed various typos ( #4366 )  
						
						 
						
						
						
					 
					
						2016-08-08 09:32:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							5500b265bc 
							
						 
					 
					
						
						
							
							Test cases for DictField with allow_null options ( #4348 )  
						
						 
						
						
						
					 
					
						2016-08-02 14:14:36 +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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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 
							
						 
					 
					
						
						
						
						
							
						
						
							9406e45b2c 
							
						 
					 
					
						
						
							
							Pass through strings as-in with DateTimeField ( #4196 )  
						
						 
						
						
						
					 
					
						2016-06-14 12:23:39 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							ebb4070467 
							
						 
					 
					
						
						
							
							Resolve TimeField representation for midnight value. ( #4107 )  
						
						 
						
						
						
					 
					
						2016-05-10 11:56:36 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniele Varrazzo 
							
						 
					 
					
						
						
						
						
							
						
						
							88c80fe2e9 
							
						 
					 
					
						
						
							
							Fixed DecimalField arbitrary precision support ( #4075 )  
						
						 
						
						
						
					 
					
						2016-04-27 17:04:01 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								José Padilla 
							
						 
					 
					
						
						
						
						
							
						
						
							69c0de4faa 
							
						 
					 
					
						
						
							
							Merge pull request  #3953  from akarambir/remove-old-django-checks  
						
						 
						
						... 
						
						
						
						Closes  #3952 : Remove old django checks from tests and compat 
						
					 
					
						2016-02-19 11:08:45 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Karambir Singh Nain 
							
						 
					 
					
						
						
						
						
							
						
						
							69f1e3a9fd 
							
						 
					 
					
						
						
							
							Remove old django checks from tests and compat  
						
						 
						
						... 
						
						
						
						Remove skipping of tests for Django<1.8. Remove several functions from compat.py not needed for Django>=1.8 
						
					 
					
						2016-02-19 01:47:45 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erick Wilder 
							
						 
					 
					
						
						
						
						
							
						
						
							8109752061 
							
						 
					 
					
						
						
							
							Closes   #3937 . Support callable as the value of initial for any serializer.Field  
						
						 
						
						
						
					 
					
						2016-02-17 10:52:21 +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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bphillips 
							
						 
					 
					
						
						
						
						
							
						
						
							c153bcb479 
							
						 
					 
					
						
						
							
							Added validation to UUIDField to properly catch invalid input types (lists, tuples, etc).  
						
						 
						
						
						
					 
					
						2015-12-01 14:09:10 -05: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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steven Loria 
							
						 
					 
					
						
						
						
						
							
						
						
							284f9faa07 
							
						 
					 
					
						
						
							
							Correctly handle [] and {} as invalid inputs to BooleanField  
						
						 
						
						
						
					 
					
						2015-09-11 23:12:18 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								raphaelmerx 
							
						 
					 
					
						
						
						
						
							
						
						
							b9782b6850 
							
						 
					 
					
						
						
							
							DurationField accepts integers  
						
						 
						
						
						
					 
					
						2015-09-02 16:47:50 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							9ac646385f 
							
						 
					 
					
						
						
							
							Resolve empty HTML charfield behavior.  Closes   #3318 .  
						
						 
						
						
						
					 
					
						2015-08-24 10:13:16 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								José Padilla 
							
						 
					 
					
						
						
						
						
							
						
						
							8af366a732 
							
						 
					 
					
						
						
							
							Raise error when source= use on a child.  
						
						 
						
						... 
						
						
						
						Closes  #3292  
						
					 
					
						2015-08-19 12:32:16 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							18af181191 
							
						 
					 
					
						
						
							
							Fix boolean checkboxes setting to False.  Closes   #3258 .  Closes   #2776 .  
						
						 
						
						
						
					 
					
						2015-08-13 09:56:03 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Keryn Knight 
							
						 
					 
					
						
						
						
						
							
						
						
							08d60f5cc2 
							
						 
					 
					
						
						
							
							Refs  #3235  - Test demonstrating a single value passed to ListField is lost.  
						
						 
						
						
						
					 
					
						2015-08-07 11:41:56 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							33d6d4a420 
							
						 
					 
					
						
						
							
							Test more types of behavior in test_iter_options  
						
						 
						
						
						
					 
					
						2015-08-06 12:30:26 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							24dec32e7a 
							
						 
					 
					
						
						
							
							Added test_iter_options  
						
						 
						
						
						
					 
					
						2015-08-06 12:18:09 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							95a1550388 
							
						 
					 
					
						
						
							
							Merge branch 'grouped-choices-fix' of  https://github.com/maxpeterson/django-rest-framework  into maxpeterson-grouped-choices-fix  
						
						 
						
						
						
					 
					
						2015-08-06 10:04:52 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							38a1b3ec6b 
							
						 
					 
					
						
						
							
							Rationalize decimal logic.  Closes   #3222 .  
						
						 
						
						
						
					 
					
						2015-08-06 09:51:00 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							8d7c0a8474 
							
						 
					 
					
						
						
							
							Merge branch 'feature/filepathfield' of  https://github.com/Ins1ne/django-rest-framework  into Ins1ne-feature/filepathfield  
						
						 
						
						
						
					 
					
						2015-08-03 10:09:46 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							c5a04a8516 
							
						 
					 
					
						
						
							
							Add test for nullable ChoiceField and blank HTML input.  Closes   #2623 .  
						
						 
						
						
						
					 
					
						2015-07-27 13:51:03 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aider Ibragimov 
							
						 
					 
					
						
						
						
						
							
						
						
							d845157983 
							
						 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/tomchristie/django-rest-framework  into feature/filepathfield  
						
						 
						
						
						
					 
					
						2015-07-18 23:34:07 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							0ccb148183 
							
						 
					 
					
						
						
							
							Support QueryDict list arguments with ListField.  Closes   #3155 .  
						
						 
						
						
						
					 
					
						2015-07-16 15:59:15 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							264d423493 
							
						 
					 
					
						
						
							
							Added allow_empty flag for ListField, ListSerializer, ManyRelation, MultipleChoiceField.  
						
						 
						
						
						
					 
					
						2015-07-16 13:51:15 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							d231f36588 
							
						 
					 
					
						
						
							
							Support default values being used for empty HTML fields.  Closes   #3130 .  
						
						 
						
						
						
					 
					
						2015-07-16 11:47:40 +01:00