mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 11:42:54 +03:00
fix LocalizedValue.deconstruct (wrong module name)
This commit is contained in:
parent
d8eb3394d0
commit
2a29efdf14
@ -61,7 +61,7 @@ class LocalizedValue(dict):
|
|||||||
contained in this instance.
|
contained in this instance.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
path = 'localized_fields.localized_value.%s' % self.__class__.__name__
|
path = 'localized_fields.value.%s' % self.__class__.__name__
|
||||||
return path, [self.__dict__], {}
|
return path, [self.__dict__], {}
|
||||||
|
|
||||||
def _interpret_value(self, value):
|
def _interpret_value(self, value):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user