Aider Ibragimov 
							
						 
					 
					
						
						
						
						
							
						
						
							4d5eee04a0 
							
						 
					 
					
						
						
							
							add IPAddressField, update docs  
						
						
						
					 
					
						2015-02-28 10:11:38 +03:00 
						 
				 
			
				
					
						
							
							
								Aider Ibragimov 
							
						 
					 
					
						
						
						
						
							
						
						
							aa7ed316d8 
							
						 
					 
					
						
						
							
							Return UniquenessTogetherModel to previous state  
						
						
						
					 
					
						2015-02-19 18:09:04 +03:00 
						 
				 
			
				
					
						
							
							
								Aider Ibragimov 
							
						 
					 
					
						
						
						
						
							
						
						
							fe8d95f93e 
							
						 
					 
					
						
						
							
							Skip validation of NULL field only if it part of unique_together  
						
						
						
					 
					
						2015-02-19 18:03:44 +03:00 
						 
				 
			
				
					
						
							
							
								Aider Ibragimov 
							
						 
					 
					
						
						
						
						
							
						
						
							3d85473edf 
							
						 
					 
					
						
						
							
							Fix UniqueTogetherValidator for NULL values  
						
						
						
					 
					
						2015-02-18 21:00:12 +03:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							b2939c157d 
							
						 
					 
					
						
						
							
							Fixes for latest version of pep8  
						
						
						
					 
					
						2015-02-09 17:43:20 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							0669f507b3 
							
						 
					 
					
						
						
							
							pep8 fix  
						
						
						
					 
					
						2015-02-09 17:22:13 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							54d82f59ed 
							
						 
					 
					
						
						
							
							Py3 compat fix  
						
						
						
					 
					
						2015-02-09 17:19:22 +00:00 
						 
				 
			
				
					
						
							
							
								Ofir Ovadia 
							
						 
					 
					
						
						
						
						
							
						
						
							58e7bbc8ec 
							
						 
					 
					
						
						
							
							Prefetching the user object when getting the token in TokenAuthentication.  
						
						... 
						
						
						
						Since the user object is fetched 4 lines after getting Token from the database, this removes a DB query for each token-authenticated request. 
						
					 
					
						2015-02-04 16:08:41 +02:00 
						 
				 
			
				
					
						
							
							
								Tymur Maryokhin 
							
						 
					 
					
						
						
						
						
							
						
						
							ba7dca893c 
							
						 
					 
					
						
						
							
							Removed router check for deprecated '.model' attribute  
						
						
						
					 
					
						2015-01-29 17:28:03 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							6d89430dd2 
							
						 
					 
					
						
						
							
							Merge pull request  #2475  from sdreher/master  
						
						... 
						
						
						
						ManyRelatedField.get_value clearing field on partial update 
						
					 
					
						2015-01-28 09:26:49 +00:00 
						 
				 
			
				
					
						
							
							
								Susan Dreher 
							
						 
					 
					
						
						
						
						
							
						
						
							e7da266a86 
							
						 
					 
					
						
						
							
							reorganize imports  
						
						
						
					 
					
						2015-01-27 16:32:15 -05:00 
						 
				 
			
				
					
						
							
							
								Susan Dreher 
							
						 
					 
					
						
						
						
						
							
						
						
							1714ceae9f 
							
						 
					 
					
						
						
							
							reorganize imports  
						
						
						
					 
					
						2015-01-27 16:31:25 -05:00 
						 
				 
			
				
					
						
							
							
								Susan Dreher 
							
						 
					 
					
						
						
						
						
							
						
						
							8c3f82fb18 
							
						 
					 
					
						
						
							
							🐛  ManyRelatedField get_value clearing field on partial update  
						
						... 
						
						
						
						A PATCH to a serializer's non-related CharField was clearing an ancillary StringRelatedField(many=True) field.
The issue appears to be in the ManyRelatedField's get_value method, which was returning a [] instead of empty
when the request data was a MultiDict.
This fix mirrors code in fields.py, class Field, get_value, Ln. 272, which explicitly returns empty on a partial update.
Tests added to demonstrate the issue. 
						
					 
					
						2015-01-27 16:18:51 -05:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							65bca59ea5 
							
						 
					 
					
						
						
							
							Reload api_settings when using Django's 'override_settings'  
						
						
						
					 
					
						2015-01-27 13:51:30 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							35f6a82462 
							
						 
					 
					
						
						
							
							Added DictField and support for HStoreField.  
						
						
						
					 
					
						2015-01-23 16:27:23 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							e8db1834d3 
							
						 
					 
					
						
						
							
							Added UUIDField.  
						
						
						
					 
					
						2015-01-23 15:24:06 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							f3b6eedb8a 
							
						 
					 
					
						
						
							
							More sensible response caching.  
						
						
						
					 
					
						2015-01-23 12:56:55 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							f1ac9d3f9b 
							
						 
					 
					
						
						
							
							More graceful handling of malformed Content-Disposition  
						
						
						
					 
					
						2015-01-23 12:26:44 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							4cb164b66c 
							
						 
					 
					
						
						
							
							Add missing skipUnless(django_filters)  
						
						
						
					 
					
						2015-01-23 11:49:57 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							e988d57853 
							
						 
					 
					
						
						
							
							Fix template loader monkey patching to also support 1.8  
						
						
						
					 
					
						2015-01-23 11:47:01 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							e59b3d1718 
							
						 
					 
					
						
						
							
							Make ReturnDict cachable.  Closes   #2360 .  
						
						
						
					 
					
						2015-01-21 14:18:13 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							da6ef3d0b0 
							
						 
					 
					
						
						
							
							Allow missing fields option for inherited serializers.  Closes   #2388 .  
						
						
						
					 
					
						2015-01-21 13:03:37 +00:00 
						 
				 
			
				
					
						
							
							
								David Muller 
							
						 
					 
					
						
						
						
						
							
						
						
							b5128ca574 
							
						 
					 
					
						
						
							
							Save objects before assigning them in InheritedModelSerializationTests; Django 1.8 now throws an error when assigning unsaved objects to Foreign Key, GenericForeignKey, and OneToOneFields  
						
						
						
					 
					
						2015-01-18 15:19:11 -08:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							b6ca7248eb 
							
						 
					 
					
						
						
							
							required=False allows omission of value for output.  Closes   #2342  
						
						
						
					 
					
						2015-01-05 14:32:12 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							efa5942ce1 
							
						 
					 
					
						
						
							
							Support namespaced router URLs with DefaultRouter.  
						
						
						
					 
					
						2014-12-28 12:02:52 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							67fc002f91 
							
						 
					 
					
						
						
							
							Drop unused import  
						
						
						
					 
					
						2014-12-28 11:27:06 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							7b42c5ed17 
							
						 
					 
					
						
						
							
							Remove broken test.  Closes   #2359 .  
						
						
						
					 
					
						2014-12-28 11:14:32 +00:00 
						 
				 
			
				
					
						
							
							
								Remi Paulmier 
							
						 
					 
					
						
						
						
						
							
						
						
							b32ecdefba 
							
						 
					 
					
						
						
							
							modified the tests accordingly  
						
						
						
					 
					
						2014-12-24 14:07:28 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							ffb8d568e0 
							
						 
					 
					
						
						
							
							Merge pull request  #2330  from tomchristie/better-blank-html-behavior  
						
						... 
						
						
						
						Better behavior with null and '' for blank HTML fields. 
						
					 
					
						2014-12-20 16:40:27 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							77e3021fea 
							
						 
					 
					
						
						
							
							Better behaviour with null and '' for blank HTML fields.  
						
						
						
					 
					
						2014-12-20 16:26:51 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							d109ae0a2e 
							
						 
					 
					
						
						
							
							Merge pull request  #2010  from tanwanirahul/master  
						
						... 
						
						
						
						Ability to customize method names without creating a custom router 
						
					 
					
						2014-12-19 16:09:01 +00:00 
						 
				 
			
				
					
						
							
							
								tanwanirahul 
							
						 
					 
					
						
						
						
						
							
						
						
							2448cc8e85 
							
						 
					 
					
						
						
							
							Updated tests to use url_path attribute in list and detail decorators  
						
						
						
					 
					
						2014-12-19 19:53:48 +05:30 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							1087ccbb25 
							
						 
					 
					
						
						
							
							Drop print statements in tests  
						
						
						
					 
					
						2014-12-18 10:39:00 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							87ac64e41b 
							
						 
					 
					
						
						
							
							Fixes for behavior with empty HTML fields.  
						
						
						
					 
					
						2014-12-18 10:36:52 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							ad6533e554 
							
						 
					 
					
						
						
							
							Merge pull request  #2294  from tomchristie/fix-empty-html-values-with-default  
						
						... 
						
						
						
						Fix empty HTML values when a default is provided. 
						
					 
					
						2014-12-17 15:24:01 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							3fff5cb6e0 
							
						 
					 
					
						
						
							
							Fix empty HTML values when a default is provided.  
						
						
						
					 
					
						2014-12-17 15:13:48 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							c6137bbf5a 
							
						 
					 
					
						
						
							
							Serializer API restrictions.  
						
						
						
					 
					
						2014-12-17 14:14:51 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							7fbf5b0e6b 
							
						 
					 
					
						
						
							
							Merge pull request  #2155  from martinmaillard/set-user-on-wrapped-request  
						
						... 
						
						
						
						Set authenticated user on wrapped request 
						
					 
					
						2014-12-17 13:12:01 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Maillard 
							
						 
					 
					
						
						
						
						
							
						
						
							a68e78bd0b 
							
						 
					 
					
						
						
							
							Add test integrated with middleware  
						
						
						
					 
					
						2014-12-16 15:41:16 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							a15db353bf 
							
						 
					 
					
						
						
							
							Minor test cleanup  
						
						
						
					 
					
						2014-12-15 13:18:39 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							72e08a3e8b 
							
						 
					 
					
						
						
							
							Use unicode internally everywhere for 'repr'  
						
						
						
					 
					
						2014-12-15 11:55:17 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							4fb757146a 
							
						 
					 
					
						
						
							
							Fix test for python2/3 compat  
						
						
						
					 
					
						2014-12-13 15:04:39 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							aa571abb20 
							
						 
					 
					
						
						
							
							Better errors when serializer has incorrectly named field.  
						
						
						
					 
					
						2014-12-13 14:58:04 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							8825b258ca 
							
						 
					 
					
						
						
							
							Clean up import ordering  
						
						
						
					 
					
						2014-12-12 13:22:24 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							e3b16c8bc6 
							
						 
					 
					
						
						
							
							Python 3 test fix  
						
						
						
					 
					
						2014-12-12 13:16:18 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							78312d44d1 
							
						 
					 
					
						
						
							
							Client.logout() also clears any force_authenticate  
						
						
						
					 
					
						2014-12-12 13:13:08 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Maillard 
							
						 
					 
					
						
						
						
						
							
						
						
							dbd057b9a9 
							
						 
					 
					
						
						
							
							Add test  
						
						
						
					 
					
						2014-12-11 20:20:46 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							ca7b1f6d51 
							
						 
					 
					
						
						
							
							Optimizations play nicely with select_related, prefetch_related  
						
						
						
					 
					
						2014-12-10 21:09:45 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							720a37d3de 
							
						 
					 
					
						
						
							
							Hyperlinked PK optimization.  Closes   #1872 .  
						
						
						
					 
					
						2014-12-09 17:28:56 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							8933bc4b14 
							
						 
					 
					
						
						
							
							Merge branch 'validator-pollution' of git://github.com/mhsparks/django-rest-framework into mhsparks-validator-pollution  
						
						
						
					 
					
						2014-12-09 16:23:33 +00:00