mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-14 07:42:24 +03:00
Add LocalizedBooleanField (#93)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user