Alex Gaynor 
							
						 
					 
					
						
						
							
						
						2bcb8bfc8d 
					 
					
						
						
							
							Fix many many typos in comments throughout the codebase  
						
						
						
						
					 
					
						2014-04-26 10:18:45 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						1506c71a95 
					 
					
						
						
							
							Fixed   #12030  -- Validate integer field range at the model level.  
						
						... 
						
						
						
						Thanks to @timgraham for the review. 
						
						
					 
					
						2014-03-25 14:31:20 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						4965a77407 
					 
					
						
						
							
							Removed PIL compatability layer per deprecation timeline.  
						
						... 
						
						
						
						refs #19934 . 
						
						
					 
					
						2014-03-21 10:54:53 -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