diff --git a/src/linkahead/common/models.py b/src/linkahead/common/models.py index f99f8029f340d0a37af1aec445c5e22b15ac52ff..304203107091f7813f206b9b236ff76c41ca4844 100644 --- a/src/linkahead/common/models.py +++ b/src/linkahead/common/models.py @@ -2664,7 +2664,7 @@ class ParentList(list): raise KeyError(str(parent) + " not found.") -class PropertyList(PropertyList): +class _Properties(PropertyList): def __init__(self, *args, **kwargs): warnings.warn(DeprecationWarning("This class is depricated. Please use PropertyList.")) super().__init__(*args, **kwargs)