Skip to content
Snippets Groups Projects
Verified Commit 36b23a5a authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove duplicate definition of extra_data field.

parent 3e258294
No related branches found
No related tags found
1 merge request!499Remove duplicate definition of extra_data field.
Pipeline #6036 passed
......@@ -154,8 +154,6 @@ class ExtensibleModel(models.Model, metaclass=_ExtensibleModelBase):
extended_data = JSONField(default=dict, editable=False)
extended_data = JSONField(default=dict, editable=False)
@classmethod
def _safe_add(cls, obj: Any, name: Optional[str]) -> None:
# Decide the name for the attribute
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment