diff --git a/djangocms_attributes_field/fields.py b/djangocms_attributes_field/fields.py index b758cda..81a5841 100644 --- a/djangocms_attributes_field/fields.py +++ b/djangocms_attributes_field/fields.py @@ -126,7 +126,7 @@ def formfield(self, **kwargs): defaults["excluded_keys"] = self.excluded_keys return super().formfield(**defaults) - def from_db_value(self, value, expression=None, connection=None, context=None): + def from_db_value(self, value, expression=None, connection=None): """ This is a temporary workaround for #7 taken from https://bitbucket.org/schinckel/django-jsonfield/pull-requests/32/make-from_db_value-compatible-with/diff