Tim Graham 
							
						 
					 
					
						
						
							
						
						7fd55c3481 
					 
					
						
						
							
							Fixed   #20631  -- Increased the default EmailField max_length to 254.  
						
						... 
						
						
						
						Thanks pmartin for the report. 
						
						
					 
					
						2014-07-04 14:15:00 -04:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						e071f67b7f 
					 
					
						
						
							
							Replaced an explicit vendor check by a feature flag.  
						
						... 
						
						
						
						Forward-port of c9aedce0 
						
						
					 
					
						2014-06-06 00:32:13 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						5c95a55330 
					 
					
						
						
							
							Checked can_introspect_null feature in a test.  
						
						... 
						
						
						
						Forward-port of 1238f92c 
						
						
					 
					
						2014-06-06 00:31:51 +02:00 
						 
				 
			
				
					
						
							
							
								Shai Berger 
							
						 
					 
					
						
						
							
						
						69337d485c 
					 
					
						
						
							
							Set straight the sense of 'uppercases_column_names' feature flag  
						
						
						
						
					 
					
						2014-05-28 21:16:24 +03:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						fb90b7cda2 
					 
					
						
						
							
							Adjusted refactoring of vendor checks.  
						
						... 
						
						
						
						Thanks Shai for the thorough review. 
						
						
					 
					
						2014-05-10 14:40:42 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						99d9fa329a 
					 
					
						
						
							
							Added feature flags for introspection capabilities.  
						
						
						
						
					 
					
						2014-05-08 22:11:20 +02:00 
						 
				 
			
				
					
						
							
							
								Rodolfo Carvalho 
							
						 
					 
					
						
						
							
						
						0d91225892 
					 
					
						
						
							
							Fixed many typos in comments and docstrings.  
						
						... 
						
						
						
						Thanks Piotr Kasprzyk for help with the patch. 
						
						
					 
					
						2014-03-03 07:38:09 -05:00 
						 
				 
			
				
					
						
							
							
								Shai Berger 
							
						 
					 
					
						
						
							
						
						e9d12bae1e 
					 
					
						
						
							
							Made Oracle introspect FloatFields correctly  
						
						... 
						
						
						
						Broke InspectDBTestCase.test_field_types in two:
- a test_number_field_types, which now passes on Oracle too
- a test_field_types, for all non-numeric fields, which is still expected to fail
Also made some pep8 fixes in the tests file. Refs #19884 
Thanks Tim Graham for review. 
						
						
					 
					
						2014-01-30 00:41:11 +02:00 
						 
				 
			
				
					
						
							
							
								JustinTArthur 
							
						 
					 
					
						
						
							
						
						298a2b577f 
					 
					
						
						
							
							Adjusted inspectdb management command to yield PEP 8-compliant output barring Django Coding Style exceptions.  
						
						
						
						
					 
					
						2014-01-17 18:03:16 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Myers 
							
						 
					 
					
						
						
							
						
						7a61c68c50 
					 
					
						
						
							
							PEP8 cleanup  
						
						... 
						
						
						
						Signed-off-by: Jason Myers <jason@jasonamyers.com > 
						
						
					 
					
						2013-11-02 23:50:49 -05:00 
						 
				 
			
				
					
						
							
							
								Alex Gaynor 
							
						 
					 
					
						
						
							
						
						9d740eb8b1 
					 
					
						
						
							
							Fix all violators of E231  
						
						
						
						
					 
					
						2013-10-26 12:15:03 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Gaynor 
							
						 
					 
					
						
						
							
						
						9bf5610890 
					 
					
						
						
							
							Start attacking E231 violations  
						
						
						
						
					 
					
						2013-10-24 10:30:03 -07:00 
						 
				 
			
				
					
						
							
							
								Alasdair Nicol 
							
						 
					 
					
						
						
							
						
						c3aa2948c6 
					 
					
						
						
							
							Fixed   #21298  -- Fixed E301 pep8 warnings  
						
						
						
						
					 
					
						2013-10-23 13:45:03 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Manfre 
							
						 
					 
					
						
						
							
						
						c89d80e2cc 
					 
					
						
						
							
							Fixed   #21097  - Added DatabaseFeature.can_introspect_autofield  
						
						
						
						
					 
					
						2013-09-14 09:48:59 +03:00 
						 
				 
			
				
					
						
							
							
								Michael Manfre 
							
						 
					 
					
						
						
							
						
						e61cc87129 
					 
					
						
						
							
							Fixed   #21090  -- Allowed backends to provide dotted field path to inspectdb.  
						
						
						
						
					 
					
						2013-09-11 13:35:26 -04:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						cfcf4b3605 
					 
					
						
						
							
							Stopped using django.utils.unittest in the test suite.  
						
						... 
						
						
						
						Refs #20680 . 
						
						
					 
					
						2013-07-01 14:29:33 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						8c41bd93c2 
					 
					
						
						
							
							Fixed   #16737  -- Support non-ascii column names in inspectdb  
						
						... 
						
						
						
						Thanks moof at metamoof.net for the report. 
						
						
					 
					
						2013-04-01 19:59:57 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						dcf563071f 
					 
					
						
						
							
							Fixed   #5014  -- Guessed max_digits and decimal_places for SQLite  
						
						... 
						
						
						
						Decimal is treated as float on SQLite, hence inspectdb can only
guess max_digits and decimal_places arguments. 
						
						
					 
					
						2013-04-01 18:32:57 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						51028f50b6 
					 
					
						
						
							
							Fixed getting max_digits for MySQL decimal fields  
						
						... 
						
						
						
						Refs #5014 . 
						
						
					 
					
						2013-04-01 18:17:00 +02:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						89f40e3624 
					 
					
						
						
							
							Merged regressiontests and modeltests into the test root.  
						
						
						
						
					 
					
						2013-02-26 14:36:57 +01:00