From 676bd084f2509f4201561d5c77ed4ecbd157bfa0 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 9 Sep 2021 07:42:05 +0200 Subject: Fixed #32873 -- Deprecated settings.USE_L10N. Co-authored-by: Mariusz Felisiak --- tests/admin_inlines/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_inlines') diff --git a/tests/admin_inlines/tests.py b/tests/admin_inlines/tests.py index 12f36f4483..c50ad8cf1d 100644 --- a/tests/admin_inlines/tests.py +++ b/tests/admin_inlines/tests.py @@ -382,7 +382,7 @@ class TestInline(TestDataMixin, TestCase): html=True ) - @override_settings(USE_L10N=True, USE_THOUSAND_SEPARATOR=True) + @override_settings(USE_THOUSAND_SEPARATOR=True) def test_localize_pk_shortcut(self): """ The "View on Site" link is correct for locales that use thousand -- cgit v1.2.1