Alex Gaynor 
							
						 
					 
					
						
						
							
						
						8482ab6633 
					 
					
						
						
							
							Removed some stray newlines which caused flake8 issues  
						
						
						
						
					 
					
						2014-01-20 22:58:05 -06:00 
						 
				 
			
				
					
						
							
							
								Carl Meyer 
							
						 
					 
					
						
						
							
						
						6070a5d6a6 
					 
					
						
						
							
							Fixes   #21833  -- Fix UserSettingsHolder.is_overridden() and add tests.  
						
						
						
						
					 
					
						2014-01-20 20:25:33 -07:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						553500133c 
					 
					
						
						
							
							Removed an obsolete unicity check.  
						
						... 
						
						
						
						It doesn't account for app configs.
Refs #21679 . 
						
						
					 
					
						2013-12-31 17:29:04 +01:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						e32095616c 
					 
					
						
						
							
							Imported override_settings from its new location.  
						
						
						
						
					 
					
						2013-12-23 21:37:56 +01:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						5241763c81 
					 
					
						
						
							
							Added modify_settings to alter settings containing lists of values.  
						
						
						
						
					 
					
						2013-12-23 21:37:43 +01:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						3a30b9c575 
					 
					
						
						
							
							Fixed a flaky test.  
						
						
						
						
					 
					
						2013-12-22 20:22:56 +01:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						eabc3b6c8d 
					 
					
						
						
							
							Set stacklevel for the override_settings warning.  
						
						... 
						
						
						
						Refs #19031 . 
						
						
					 
					
						2013-12-20 11:09:06 +01:00 
						 
				 
			
				
					
						
							
							
								Jason Myers 
							
						 
					 
					
						
						
							
						
						c3791463a5 
					 
					
						
						
							
							Fixing E302 Errors  
						
						... 
						
						
						
						Signed-off-by: Jason Myers <jason@jasonamyers.com > 
						
						
					 
					
						2013-11-02 23:48:47 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						36ded01527 
					 
					
						
						
							
							Fixed   #21302  -- Fixed unused imports and import *.  
						
						
						
						
					 
					
						2013-11-02 15:24:56 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						949076eb11 
					 
					
						
						
							
							Fixed   #21263  -- Fixed issue with override_settings in inherited classes  
						
						... 
						
						
						
						When both parent and child classes are decorated with override_settings,
child class settings should take precedence.
Thanks Sephi for the report and Marc Tamlyn for the review. 
						
						
					 
					
						2013-10-15 15:38:27 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						9c711ee3a6 
					 
					
						
						
							
							Fixed test failures on Python 3 - refs  #12288  
						
						
						
						
					 
					
						2013-08-09 09:12:15 -04:00 
						 
				 
			
				
					
						
							
							
								SusanTan 
							
						 
					 
					
						
						
							
						
						2ac89012d8 
					 
					
						
						
							
							Fixed   #12288  -- Added unique validation for INSTALLED_APPS  
						
						
						
						
					 
					
						2013-08-09 08:08:34 -04:00 
						 
				 
			
				
					
						
							
							
								Julien Phalip 
							
						 
					 
					
						
						
							
						
						47c755327b 
					 
					
						
						
							
							Fixed a number of minor misspellings.  
						
						
						
						
					 
					
						2013-07-27 18:46:03 -07:00 
						 
				 
			
				
					
						
							
							
								Joeri Bekker 
							
						 
					 
					
						
						
							
						
						66f3d57b79 
					 
					
						
						
							
							Fixed   #19031  -- Added a warning when using override_settings with 'DATABASES'  
						
						
						
						
					 
					
						2013-07-12 07:10:18 -04:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						cfcf4b3605 
					 
					
						
						
							
							Stopped using django.utils.unittest in the test suite.  
						
						... 
						
						
						
						Refs #20680 . 
						
						
					 
					
						2013-07-01 14:29:33 +02:00 
						 
				 
			
				
					
						
							
							
								Oliver Beattie 
							
						 
					 
					
						
						
							
						
						552a90b444 
					 
					
						
						
							
							Fixed   #20290  -- Allow override_settings to be nested  
						
						... 
						
						
						
						Refactored override_settings to store the underlying settings._wrapped
value seen at runtime, not instantiation time. 
						
						
					 
					
						2013-06-21 16:57:47 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						c6e6d4eeb7 
					 
					
						
						
							
							Defined available_apps in relevant tests.  
						
						... 
						
						
						
						Fixed  #20483 . 
					
						2013-06-10 11:30:01 +02:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						89f40e3624 
					 
					
						
						
							
							Merged regressiontests and modeltests into the test root.  
						
						
						
						
					 
					
						2013-02-26 14:36:57 +01:00