diff --git a/cms/forms/fields.py b/cms/forms/fields.py index 1c0f39c4462..7c88b4dbc0d 100644 --- a/cms/forms/fields.py +++ b/cms/forms/fields.py @@ -15,8 +15,6 @@ class SuperLazyIterator: def __init__(self, func): - warnings.warn("SuperLazyIterator is deprecated.", - DeprecationWarning, stacklevel=2) self.func = func def __iter__(self):