mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[2.1.x] Fixed #29578 -- Made numberformat.format() honor forced l10n usage.
Thanks Sassan Haradji for the report.
Backport of 0adfba968e from master
			
			
This commit is contained in:
		| @@ -72,7 +72,7 @@ class AdminActionsTest(TestCase): | ||||
|         self.assertContains(response, 'Are you sure you want to delete the selected subscribers?') | ||||
|         self.assertContains(response, '<ul></ul>', html=True) | ||||
|  | ||||
|     @override_settings(USE_THOUSAND_SEPARATOR=True, USE_L10N=True) | ||||
|     @override_settings(USE_THOUSAND_SEPARATOR=True, USE_L10N=True, NUMBER_GROUPING=3) | ||||
|     def test_non_localized_pk(self): | ||||
|         """ | ||||
|         If USE_THOUSAND_SEPARATOR is set, the ids for the objects selected for | ||||
|   | ||||
		Reference in New Issue
	
	Block a user