carltongibson/django-filter

DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14

jose-reveni opened this issue · 1 comments

DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead

if pkgutil.find_loader("rest_framework") is not None:

Hey @jose-reveni — thanks for the report! Fancy making a PR with that change?