Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c058dfa commit fdd3bd9Copy full SHA for fdd3bd9
tests/regressiontests/admin_views/tests.py
@@ -2426,6 +2426,7 @@ def setUp(self):
2426
def tearDown(self):
2427
settings.USE_THOUSAND_SEPARATOR = self.old_USE_THOUSAND_SEPARATOR
2428
settings.USE_L10N = self.old_USE_L10N
2429
+ formats.reset_format_cache()
2430
2431
def assert_non_localized_year(self, response, year):
2432
"""Ensure that the year is not localized with
0 commit comments