Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						3d508ececb 
					 
					
						
						
							
							Refs  #21286  -- Fixed serializers tests if Pillow isn't installed.  
						
						
						
						
					 
					
						2024-12-05 08:51:05 +01:00 
						 
				 
			
				
					
						
							
							
								Adam Zapletal 
							
						 
					 
					
						
						
							
						
						d2f2a6a6d5 
					 
					
						
						
							
							Refs  #21286  -- Enabled ImageField test cases in serializer data tests.  
						
						... 
						
						
						
						This aligns ImageField to be tested in the same way as FileField.
The commented-out test also exists for FileField and relates to #10244 . 
						
						
					 
					
						2024-12-03 15:15:16 +01:00 
						 
				 
			
				
					
						
							
							
								Adam Zapletal 
							
						 
					 
					
						
						
							
						
						1636912bf1 
					 
					
						
						
							
							Refs  #21286  -- Fixed serializer test with primary key TextField.  
						
						
						
						
					 
					
						2024-11-28 11:45:34 +01:00 
						 
				 
			
				
					
						
							
							
								Adam Zapletal 
							
						 
					 
					
						
						
							
						
						b9aa3239ab 
					 
					
						
						
							
							Refs  #21286  -- Fixed YAML serialization of TimeField primary key.  
						
						... 
						
						
						
						Handling for PyYAML not being able to serialize `datetime.time`
values is moved from `handle_field` to `_value_from_field` as only
non-primary key, non-relation fields are passed into `handle_field`. 
						
						
					 
					
						2024-11-12 13:23:14 +01:00 
						 
				 
			
				
					
						
							
							
								Adam Zapletal 
							
						 
					 
					
						
						
							
						
						3d4fe39bac 
					 
					
						
						
							
							Refs  #21286  -- Removed invalid commented out models and tests from serializer tests.  
						
						... 
						
						
						
						FileField/ImageField cannot be primary keys, so serialization support
for this case will not be implemented.
XMLField was removed in d1290b5b43 
						
						
					 
					
						2024-03-04 11:38:18 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						305757aec1 
					 
					
						
						
							
							Applied Black's 2024 stable style.  
						
						... 
						
						
						
						https://github.com/psf/black/releases/tag/24.1.0  
					
						2024-01-26 12:45:07 +01:00 
						 
				 
			
				
					
						
							
							
								django-bot 
							
						 
					 
					
						
						
							
						
						9c19aff7c7 
					 
					
						
						
							
							Refs  #33476  -- Reformatted code with Black.  
						
						
						
						
					 
					
						2022-02-07 20:37:05 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						d992f4e3c2 
					 
					
						
						
							
							Refs  #31369  -- Removed models.NullBooleanField per deprecation timeline.  
						
						
						
						
					 
					
						2021-01-14 17:50:04 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						5779cc938a 
					 
					
						
						
							
							Fixed   #31071  -- Disabled insert optimization for primary keys with defaults when loading fixtures.  
						
						... 
						
						
						
						Model.save_base() is called directly when loading fixtures and assumes
existing rows will be updated. Branching of "raw" allows to maintain
the optimization introduced in #29260  while supporting this edge case.
Regression in 85458e94e3 
						
						
					 
					
						2019-12-30 07:49:10 +01:00 
						 
				 
			
				
					
						
							
							
								Caio Ariede 
							
						 
					 
					
						
						
							
						
						555bebe774 
					 
					
						
						
							
							Fixed   #30987  -- Added models.PositiveBigIntegerField.  
						
						
						
						
					 
					
						2019-11-19 09:34:11 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						5fa4f40f45 
					 
					
						
						
							
							Fixed   #29227  -- Allowed BooleanField to be null=True.  
						
						... 
						
						
						
						Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review. 
						
						
					 
					
						2018-03-20 12:10:10 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						256182c43d 
					 
					
						
						
							
							Revert "Refs  #21286  -- Enabled serializer tests with time pk model"  
						
						... 
						
						
						
						This reverts commit 01c6a3e227 
						
						
					 
					
						2017-09-18 09:34:21 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						01c6a3e227 
					 
					
						
						
							
							Refs  #21286  -- Enabled serializer tests with time pk model  
						
						
						
						
					 
					
						2017-09-17 19:29:33 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						d02fc8dfd3 
					 
					
						
						
							
							Refs  #21286  -- Enabled serializer tests with date/datetime pk model  
						
						
						
						
					 
					
						2017-06-05 21:36:25 +02:00 
						 
				 
			
				
					
						
							
							
								chillaranand 
							
						 
					 
					
						
						
							
						
						d6eaf7c018 
					 
					
						
						
							
							Refs  #23919  -- Replaced super(ClassName, self) with super().  
						
						
						
						
					 
					
						2017-01-25 12:23:46 -05:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						d7b9aaa366 
					 
					
						
						
							
							Refs  #23919  -- Removed encoding preambles and future imports  
						
						
						
						
					 
					
						2017-01-18 09:55:19 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						e6262aaaf8 
					 
					
						
						
							
							Refs  #27358  -- Removed invalid/unneeded FileField.upload_to in tests/docs.  
						
						
						
						
					 
					
						2016-11-30 17:05:31 -05:00 
						 
				 
			
				
					
						
							
							
								za 
							
						 
					 
					
						
						
							
						
						321e94fa41 
					 
					
						
						
							
							Refs  #27392  -- Removed "Tests that", "Ensures that", etc. from test docstrings.  
						
						
						
						
					 
					
						2016-11-10 21:30:21 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						87338198e9 
					 
					
						
						
							
							Fixed   #26320  -- Deprecated implicit OneToOnField parent_link.  
						
						
						
						
					 
					
						2016-04-22 12:59:41 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						50acbf3ff6 
					 
					
						
						
							
							Made tests/serializers/models.py a models package  
						
						... 
						
						
						
						Thanks Tim Graham for the patch series review. 
						
						
					 
					
						2015-09-26 19:58:43 +02:00