Add LocalizedBooleanField (#93)

This commit is contained in:
Gherman Razvan
2023-08-10 15:33:47 +03:00
committed by GitHub
parent bc494694f5
commit a66b3492cd
9 changed files with 380 additions and 3 deletions

View File

@@ -121,8 +121,8 @@ class LocalizedFieldTestCase(TestCase):
@staticmethod
def test_get_prep_value():
""""Tests whether the :see:get_prep_value function produces the
expected dictionary."""
"""Tests whether the :see:get_prep_value function produces the expected
dictionary."""
input_data = get_init_values()
localized_value = LocalizedValue(input_data)