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 3dce5b6 commit ac53e28Copy full SHA for ac53e28
tests/test_forms.py
@@ -873,11 +873,3 @@ def test_i18n_media_js_with_country_code_in_locale(widget):
873
"admin/js/vendor/select2/i18n/fr.js",
874
"django_select2/django_select2.js",
875
)
876
-
877
878
-def test_i18n_name_property_with_country_code_in_locale_for_older_django(
879
- widget, locale, expected
880
-):
881
- """No fallback for locale with an unsupported country code."""
882
- with translation.override(locale):
883
- assert widget.i18n_name == expected
0 commit comments