mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-10-29 18:18:57 +03:00
Copy the widget for each language
This commit is contained in:
@@ -16,6 +16,7 @@ class LocalizedFieldWidgetTestCase(TestCase):
|
||||
|
||||
widget = LocalizedFieldWidget()
|
||||
assert len(widget.widgets) == len(settings.LANGUAGES)
|
||||
assert len(set(widget.widgets)) == len(widget.widgets)
|
||||
|
||||
@staticmethod
|
||||
def test_decompress():
|
||||
|
||||
Reference in New Issue
Block a user