mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
This commit is contained in:
		| @@ -487,7 +487,7 @@ class TestSessionVerification(unittest.TestCase): | ||||
|             Settings('fake_settings_module') | ||||
|         self.assertEqual( | ||||
|             force_text(warn[0].message), | ||||
|             "Session verification will become mandatory in Django 2.0. " | ||||
|             "Session verification will become mandatory in Django 1.10. " | ||||
|             "Please add 'django.contrib.auth.middleware.SessionAuthenticationMiddleware' " | ||||
|             "to your MIDDLEWARE_CLASSES setting when you are ready to opt-in after " | ||||
|             "reading the upgrade considerations in the 1.8 release notes.", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user