mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.7.x] Fixed #22454 - Changed compatibility warning hint
The warning hint of `_check_test_runner` of 1.6 compatibility had a link
to a general release note. The link should be edited to refer the
relevant "Backwards incompatible changes in 1.6" section that documents
the cause and the possible solutions and workarounds of the warning.
Backport of 214d1e1b0f from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							22cbaea9c7
						
					
				
				
					commit
					4df5dc42dd
				
			| @@ -78,7 +78,7 @@ def _check_test_runner(app_configs=None, **kwargs): | |||||||
|                 hint=("Django 1.6 introduced a new default test runner. It looks like " |                 hint=("Django 1.6 introduced a new default test runner. It looks like " | ||||||
|                       "this project was generated using Django 1.5 or earlier. You should " |                       "this project was generated using Django 1.5 or earlier. You should " | ||||||
|                       "ensure your tests are all running & behaving as expected. See " |                       "ensure your tests are all running & behaving as expected. See " | ||||||
|                       "https://docs.djangoproject.com/en/dev/releases/1.6/#discovery-of-tests-in-any-test-module " |                       "https://docs.djangoproject.com/en/dev/releases/1.6/#new-test-runner " | ||||||
|                       "for more information."), |                       "for more information."), | ||||||
|                 obj=None, |                 obj=None, | ||||||
|                 id='1_6.W001', |                 id='1_6.W001', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user