mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the request path for language activation if it's actually not wanted. Thanks to Anssi Kääriäinen for the initial patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17547 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -39,7 +39,7 @@ from .models import Company, TestModel | ||||
| from .patterns.tests import (URLRedirectWithoutTrailingSlashTests, | ||||
|     URLTranslationTests, URLDisabledTests, URLTagTests, URLTestCaseBase, | ||||
|     URLRedirectWithoutTrailingSlashSettingTests, URLNamespaceTests, | ||||
|     URLPrefixTests, URLResponseTests, URLRedirectTests) | ||||
|     URLPrefixTests, URLResponseTests, URLRedirectTests, PathUnusedTests) | ||||
| from .test_warnings import DeprecationWarningTests | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user