Carl Meyer 
							
						 
					 
					
						
						
							
						
						0a8b911582 
					 
					
						
						
							
							[1.7.x]  Fixed   #23455  -- Accept either bytes or text for related_name, convert to text.  
						
						... 
						
						
						
						Backport of c72eb80d11 
						
						
					 
					
						2014-12-12 13:13:57 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						063e7e56bc 
					 
					
						
						
							
							[1.7.x] Fixed flake8 warnings.  
						
						... 
						
						
						
						Backport of 9a922dcad1 
						
						
					 
					
						2014-07-31 09:25:23 -04:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						567ae0d529 
					 
					
						
						
							
							[1.7.x] Fixed the previous commit for Python3.  
						
						... 
						
						
						
						Backport of 4453c80634 
						
						
					 
					
						2014-07-30 22:22:56 +02:00 
						 
				 
			
				
					
						
							
							
								areski 
							
						 
					 
					
						
						
							
						
						e22ad1c325 
					 
					
						
						
							
							[1.7.x]  Fixed   #23112  -- Field.get_choices tries to index an iterable  
						
						... 
						
						
						
						Backport of 97a38de230 
						
						
					 
					
						2014-07-30 21:36:01 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						3619518c9b 
					 
					
						
						
							
							[1.7.x] Created import-time test temp dirs in known location  
						
						... 
						
						
						
						Refs #17215 . In the same spirit as 5de31cb8cb809362518d 
						
						
					 
					
						2014-06-23 14:57:24 +02:00 
						 
				 
			
				
					
						
							
							
								Alex Gaynor 
							
						 
					 
					
						
						
							
						
						996564df4d 
					 
					
						
						
							
							[1.7.x] Fix many many typos in comments throughout the codebase  
						
						... 
						
						
						
						Backport of 2bcb8bfc8d 
						
						
					 
					
						2014-04-26 14:35:57 -04:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						78211b13a5 
					 
					
						
						
							
							[1.7.x]  Fixed   #12030  -- Validate integer field range at the model level.  
						
						... 
						
						
						
						Thanks to @timgraham for the review.
Backport of 1506c71a95 
						
						
					 
					
						2014-03-25 14:31:54 -04:00 
						 
				 
			
				
					
						
							
							
								Shai Berger 
							
						 
					 
					
						
						
							
						
						6983201cfb 
					 
					
						
						
							
							Fixed   #20292 : Pass datetime objects (not formatted dates) as params to Oracle  
						
						... 
						
						
						
						This seems worthwhile in its own right, but also works around an Oracle
bug (in versions 10 -- 11.1) where the use of Unicode would reset the
date/time formats, causing ORA-01843 errors.
Thanks Trac users CarstenF for the report, jtiai for the initial patch,
and everyone who contributed to the discussion on the ticket. 
						
						
					 
					
						2014-03-12 23:43:45 +02:00 
						 
				 
			
				
					
						
							
							
								Shai Berger 
							
						 
					 
					
						
						
							
						
						fc79c3fb3d 
					 
					
						
						
							
							Flake8 corrections  
						
						
						
						
					 
					
						2014-03-12 20:34:05 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Pyrathon 
							
						 
					 
					
						
						
							
						
						819e09b848 
					 
					
						
						
							
							Fixed   #22210  -- Saving model instances to non-related fields.  
						
						... 
						
						
						
						Previously, saving a model instance to a non-related field (in
particular a FloatField) would silently convert the model to an Integer
(the pk) and save it. This is undesirable behaviour, and likely to cause
confusion so the validatio has been hardened.
Thanks to @PirosB3 for the patch and @jarshwah for the review. 
						
						
					 
					
						2014-03-10 15:25:18 +00:00 
						 
				 
			
				
					
						
							
							
								Albert Wang 
							
						 
					 
					
						
						
							
						
						8bbdcc76e4 
					 
					
						
						
							
							Fixed   #19299  -- Fixed Nullification of Foreign Keys To CharFields  
						
						... 
						
						
						
						Thanks tunixman for the report and Baptiste Mispelon and
Shai Berger for reviews. 
						
						
					 
					
						2014-02-15 09:47:32 -05:00 
						 
				 
			
				
					
						
							
							
								Alasdair Nicol 
							
						 
					 
					
						
						
							
						
						b289fcf1bf 
					 
					
						
						
							
							Fixed   #21288  -- Fixed E126 pep8 warnings  
						
						
						
						
					 
					
						2013-10-21 08:31:30 -04:00 
						 
				 
			
				
					
						
							
							
								Alasdair Nicol 
							
						 
					 
					
						
						
							
						
						a800036981 
					 
					
						
						
							
							Fixed   #21287  -- Fixed E123 pep8 warnings  
						
						
						
						
					 
					
						2013-10-18 10:07:39 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						948d209ada 
					 
					
						
						
							
							Fixed   #21217  -- Avoid connecting (pre|post)_init signals to abstract senders.  
						
						
						
						
					 
					
						2013-10-04 16:23:06 -04:00 
						 
				 
			
				
					
						
							
							
								Erik Romijn 
							
						 
					 
					
						
						
							
						
						1a63092981 
					 
					
						
						
							
							Fixed   #20439  -- Started deprecation of IPAddressField  
						
						
						
						
					 
					
						2013-09-28 10:55:32 +02:00 
						 
				 
			
				
					
						
							
							
								Alasdair Nicol 
							
						 
					 
					
						
						
							
						
						22c6497f99 
					 
					
						
						
							
							Fixed   #20895  -- Made check management command warn if a BooleanField does not have a default value  
						
						... 
						
						
						
						Thanks to Collin Anderson for the suggestion and Tim Graham for
reviewing the patch. 
						
						
					 
					
						2013-08-15 19:47:26 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Lindsley 
							
						 
					 
					
						
						
							
						
						33793f7c3e 
					 
					
						
						
							
							Fixed   #19934  - Use of Pillow is now preferred over PIL.  
						
						... 
						
						
						
						This starts the deprecation period for PIL (support to end in 1.8). 
						
						
					 
					
						2013-05-14 19:32:04 -07:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						8ee1eddb7e 
					 
					
						
						
							
							Add a BinaryField model field  
						
						... 
						
						
						
						Thanks Michael Jung, Charl Botha and Florian Apolloner for review
and help on the patch. 
						
						
					 
					
						2013-03-02 10:29:02 +01:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						89f40e3624 
					 
					
						
						
							
							Merged regressiontests and modeltests into the test root.  
						
						
						
						
					 
					
						2013-02-26 14:36:57 +01:00